Skip to content

dennisobel/T24AutoLogin

Repository files navigation

T24AutoLogin

  1. The script works with the chrome browser.
  2. Update chrome to latest version.

There are some packages that need to be installed before running the script.

  1. The script is written in Javascript's Nodejs, so you will need to install it.

    Follow this link for instructions on installing NodeJS and NPM: https://blog.teamtreehouse.com/install-node-js-npm-windows.

  2. Navigate to project folder inside terminal/command prompt.

  3. Type the following command in your terminal to install script dependencies: (Make sure terminal is navigated to inside the project folder.)

    npm install

  4. Run the script inside the terminal by typing the following command: nodemon script (I recommend this) or nodemon script.js or node script or node script.js

  5. If running script using 'nodemon script', to re-run script.js, just type rs after the line that says '[nodemon] clean exit - waiting for changes before restart'

  6. on browser type http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors