2.0.3 • Published 4 years ago
balance-store v2.0.3
LMU-Store-data.
Check the data balance of multiple accounts at the same time.
Installing:
Requirements:
- You need to have Node.js installed. Install node.js
- Run the command
npm i -g balance-store
Usage:
balance-store [command] [options]
Commands:
1. save : Save usernames in the database
options :
-for--file
Example Usage :
$ balance-store saveOR
$ balance-store save -f /Path/To/FileNB: The file MUST contain the usernames and passwords in this format
john.doe password1 luxxxxx password2
2. update : Update data balances in the database
options :
-for--file--auto
Example Usage :
$ balance-store updateOR
$ balance-store update --autoOR
$ balance-store update -f /Path/To/FileNB: The file MUST contain the usernames and passwords in this format
john.doe password1 luxxxxx password2
3. display : Display the usernames and data balances
options :
--has-data--empty--invalid
Example Usage :
$ balance-store displayOR
$ balance-store display --has-dataOR
$ balance-store display --empty4. remove : Remove a username or set of usernames from the database
Example Usage :
$ balance-store removeHelp
For more info run:balance-store --help OR balance-store [command] --help



