Counts number of wards placed down in 10 games for League of Legends
This was a quick python script to check how many wards you've recently placed
Ported the script to Javascript, and included a web interface.
This runs on Nodejs. Using the MEAN stack.
Instructions to run the application:
- Get Git (Git or Git for Windows)
- Clone a copy of this repo onto your machine
- Get Node.js and install it. Then put the installation location of node into your system path
- Go to the root directory of this repository.
- Type in 'npm install' (This installs all the required packages)
- Get
MongoDBInstall it. - Go where MongoDB was installed and run mongod.exe
- Open up your shell (command prompt) and type in 'grunt serve'
Good Luck. Happy Warding
Online at http://wardtracker.ryanly.ca/