1.0.3 • Published 3 years ago

ape-trends v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ape-trends

Want to know how often strangers on the internet mention buying/selling/holding a crypto currency?

Look no further, we can get you all the data you need to make incredibly poor decisions.

That is if that data can be found on r/CryptoCurrency.

Data from other subreddits and social media platforms might come soon or never!

Install

Install with npm:

npm i ape-trends

Usage

import getApeTrends from "ape-trends";

const makeBadDecisions = async () => {
  const apeTrends = await getApeTrends();
  console.log(
    "This many times someone mentioned buying DOGE",
    apeTrends["Dogecoin"].buy
  );
};

Author

License

Copyright (c) 2021 SmallScale, contributors. Released under the MIT license


1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago