Skip to content

hartanto-brothers/gento-checker-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gento-checker-nodejs

Credit Card Checker CLI NodeJS Version

Requirement

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

Setup

Windows

  1. Download Git Bash On this LINK
  2. Download NodeJS 18 on this LINK
  3. 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
  1. After cloning repositories, you can switch your terminal to gento-checker-nodejs folder
  2. Install nodejs module by running this command
$ npm install
  1. 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

  1. Update your linux package
$ sudo apt update && sudo apt upgrade
  1. add nodejs repositories with this command
$ curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
  1. after add nodejs repositories, you can install nodejs by running this command
$ sudo apt install nodejs -y
  1. clone repositories
$ git clone https://github.com/hartanto-brothers/gento-checker-nodejs
  1. Switch your folder to gento-checker-nodejs
  2. Install nodejs module by running this command
$ npm install
  1. 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

LINKS

  1. Gento Checker Account
  2. Make your own CLI here