/godin-balance-checker

A Godin balance checker for your account

Primary LanguageJavaScript

The Godin Balance Checker

The module uses Nightwatch JS for automated browser checking.

Set Up Nightwatch

Set your config file

On the root of the project, create config.js:

module.exports = {
  cardNumber: [your-card-number],
  pass: [your-password]
};

Run the script

$ nightwatch