Skip to content
/ backend Public
forked from analyzedgg/backend

The backend project serving awesome stats in JSON.

License

Notifications You must be signed in to change notification settings

Luckl/backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League API

This is the backend for the League API project.

Requirements

  1. SBT
  2. CouchDB
    • Make sure it runs on localhost:5984
    • Go to Futon and create the following databases: matches-db and summoner-db
  3. Riot API development key (get yours at: developers.riotgames.com)
    • (Optional) Put it as an environment variable named RIOT_API_KEY

Usage

  1. Set the RIOT_API_KEY variable (if you did not set it as environment variable): set RIOT_API_KEY=<your-api-key>
  2. Run it with sbt run

About

The backend project serving awesome stats in JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%