Node.js API which finds the Top Movers of the Etherscan ERC20 Top Movers list. This keeps track of real time price, and volume, market cap changes.
How to use this API:
- Make sure you have NodeJS installed on your device.
- Download or clone this repository using
git clone https://github.com/ChrisAbdo/Etherscan-ERC20-TopMover-API.git
- Make sure you cd into the correct directory!
cd Etherscan-ERC20-TopMover-API
- Once open, install the following dependencies:
npm install express
npm install axios
npm install cheerio
npm install nodemon
- In your terminal, enter
nodemon api.js
- Open your browser and head to http://localhost:8000 (you can change this port)
- I highly recommend downloading the Chrome Extension "JSON Viewer" for a more formatted view.
- Enjoy your information about the top ERC20 Tokens 😎