ape-trends
v1.0.3
Published
Get some bad indicators for crypto currencies from social media platforms to make wrong decisions
Downloads
16
Readme
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