8000 GitHub - jpgnotgif/league-stats: A proof of concept express.js application presenting League of Legends stats via the Riot Games API.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jpgnotgif/league-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0