App to display cryptocurrency data (price, percentage change in 24 hours, and symbol) as a Discord bot in users' sidebar. The current online status displays the RSI indicator:
- 0 < RSI < 25 - online (green dot)
- 25 <RSI < 75 - idle (yellow moon)
- 75 < RSI < 100 - dnd (red icon)
- Run
npm install
to install all the node dependencies - Create .env, add "CLIENT ID" and "CLIENT SECRET" of created discord bot
- Fill in data.json (is in the src folder)
To run tests, run the following command (ts-node)
npm start