ape-trends
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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


Readme

Keywords

Package Sidebar

Install

npm i ape-trends

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

40.2 kB

Total Files

35

Last publish

Collaborators

  • smallscalepackages