Giter Site home page Giter Site logo

optimlol's Introduction

OptimLoL

Champion Selection Optimization for League of Legends

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
    
  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

optimlol's People

Contributors

joshmadewell avatar mike-dunton avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.