- 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 install
to install dependencies - Run
npm start
to start - Open browser to
localhost:5000/tokens
to see all your tokens - To add token do
localhost:5000/data?code=token
replacingtoken1...
with your tokens. - Do
http://localhost:5000/tokens?sort=token&status=valid
to filter only valid tokens. Dohttp://localhost:5000/tokens?sort=token&status=exceeded
to 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.