# Visualizing the League
A Node.js app using [Express 4](http://expressjs.com/).
This application is currently deployed on [Heroku](http://vtl.heroku.com/). http://vtl.heroku.com/
It may take a few seconds to load if you are the first to visit the site in some time.
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
$ git clone https://github.com/bennyty/VisualizingTheLeague.git # or clone your own fork
$ cd VisualizingTheLeague
$ npm install
$ npm start
```
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Documentation
For more information about the technology in this project:
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Node.js](https://nodejs.org/)
- [d3](http://d3js.org/)
- [php scripting to collect data](https://php.net/)
- [League of Legends php API by kevinohashi](https://github.com/kevinohashi/php-riot-api)