jpgnotgif / league-stats

A proof of concept express.js application presenting League of Legends stats via the Riot Games API.

Home Page:http://boiling-mesa-92688.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League Stats

A proof of concept express.js application presenting League of Legends stats via the Riot Games API.

Technologies

Feature Set

  • Query a League of Legends user within the North America (NA) region. Note that the app uses the summoner-v1.4 endpoint and default to the NA region only.
  • Given the user query, find the last 10 games for the user and display the champion the summoner used, kills, deaths, assists and Kills-Deaths-Assists (KDA) ratio. Note the app uses the game-v1.3 endpoint and defaults to the NA region only.

Running the app in dev

leagueApiKey=`cat league_api_key` supervisor node ./bin/www

About

A proof of concept express.js application presenting League of Legends stats via the Riot Games API.

http://boiling-mesa-92688.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.7%Language:HTML 10.8%Language:CSS 0.5%