- Download mongodb client and node.js cli and install them on your machine
- Pull the repository onto your local machine and cd into the folder
- Run
npm installto install dependencies - Run
npm startto start - Open browser to
localhost:5000/tokensto see all your tokens - To add token do
localhost:5000/data?code=tokenreplacingtoken1...with your tokens. - Do
http://localhost:5000/tokens?sort=token&status=validto filter only valid tokens. Dohttp://localhost:5000/tokens?sort=token&status=exceededto filter only tokens that exceeds data limit
Show your support by 🌟 the project!!
Feel free to contribute!!
This project is released under MIT License or MIT License.