Skip to content

A horrible nodejs app that was used as POV for pokemon website rank collection/finding

Notifications You must be signed in to change notification settings

Jeymz/pokemonRankLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemonRankLookup

Version 1.0.6

Description

A stupid simple NodeJS app to scan through the PTCGO ranks and find a user's placement among them.

Windows

  1. Install NodeJS
  2. Open directory in command prompt
  3. Run npm install --production
  4. Run npm run win
  5. Open browser and navigate to http://localhost:3000

Linux / Mac

  1. Install Node Version Manager
  2. Open directory in terminal
  3. Run nvm install latest
  4. Run npm install --production
  5. Run npm run lin
  6. Open browser and navigate to http://localhost:3000

Contribute

Windows

npm install -g nodemon
npm install
npm run dev-win

Linux / Mac

npm install -g nodemon
npm install
npm run dev-lin

About

A horrible nodejs app that was used as POV for pokemon website rank collection/finding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published