Skip to content

Champion Selection Optimization for League of Legends

Notifications You must be signed in to change notification settings

lejarx/optimlol

This branch is 13 commits behind joshmadewell/optimlol:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43fbea2 · Jul 19, 2015
Mar 2, 2015
May 28, 2015
Jul 9, 2015
Apr 14, 2015
Jul 19, 2015
Jan 27, 2015
Feb 4, 2015
Feb 26, 2015
Apr 4, 2015
Mar 30, 2015

Repository files navigation

OptimLoL

Champion Selection Optimization for League of Legends
www.optimlol.com

To Run Code:

  1. npm install && npm install -g gulp
  2. Install foreman. gem install foreman https://github.com/ddollar/foreman
  • Optimlol runs off of Heroku which uses foreman and with Procfiles so that's how we test most things locally.
  1. You're going to need a mongo instance so either run one locally or get a free sandbox from mongolab
    3a. If you sign up for mongolab once logged in click 'Create New' under MongoDB Deployments and choose the sandbox option.
    3b. Name your mongoDB 'riot_data'.
    3c. Click on your new database and create a user.
  2. Create .env file in optimlol directory.
        MONGOLAB_URI='mongodb://username:password@url:port/riot_data' #this can be your local instance or mongolabs...
        
        RIOT_API_KEY='riot_api_key'
        
        PORT=8080 #local api port
    
        NODE_ENV='development'
    
  3. Run the optimlol_api. foreman start -e .env
  4. In another command console, run gulp. gulp debug-web
  5. Enjoy!

##Windows Dependency Do this first https://github.com/TooTallNate/node-gyp/wiki/Visual-Studio-2010-Setup

#License GNU General Public License Version 3 http://www.gnu.org/licenses/gpl-3.0.txt

About

Champion Selection Optimization for League of Legends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 11.1%
  • HTML 1.1%