Credit Card Checker CLI NodeJS Version
Requirement
- NodeJS v18.0
- Git bash ( For Windows )
- Gento Checker Account
if you don't have gento checker account you can register on this LINK
Windows
- Download Git Bash On this LINK
- Download NodeJS 18 on this LINK
- After Install git bash and NodeJS you can clone this repositories by running this command
$ git clone https://github.com/hartanto-brothers/gento-checker-nodejs
- After cloning repositories, you can switch your terminal to gento-checker-nodejs folder
- Install nodejs module by running this command
$ npm install
- After install all module, you can run the checker by running this command
$ node index
or you can use
$ npm start
Still Confused? You can visit my chanel on this LINK
Linux
- Update your linux package
$ sudo apt update && sudo apt upgrade
- add nodejs repositories with this command
$ curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
- after add nodejs repositories, you can install nodejs by running this command
$ sudo apt install nodejs -y
- clone repositories
$ git clone https://github.com/hartanto-brothers/gento-checker-nodejs
- Switch your folder to gento-checker-nodejs
- Install nodejs module by running this command
$ npm install
- After that you can run the script, make sure you have a list on the folder
$ node index
or
$ npm start
Still Confused? You can visit my chanel on this LINK