youhavethewrong / league-stats-backend

A webservice that serves up statistics for League of Legends tournaments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League Stats Backend CI status

A backend service that caches and serves results from the League of Legends esports API.

Building

$ lein do clean, test, uberjar

Running

$ java -jar target/league-stats-backend*-standalone.jar

Routes

These are the routes currently supported by this service.

Data access

These endpoints allow users to retrieve information about League of Legends tournaments.

GET /leagues
GET /tournaments/[league-id]
GET /stats/[tournament-id]

Data creation

These endpoints update the data cached in a local database to reduce upstream API load.

POST /tournaments
POST /stats

About

A webservice that serves up statistics for League of Legends tournaments.

License:Other


Languages

Language:Clojure 100.0%