An open API service indexing awesome lists of open source software.

https://github.com/andreip/lol-stats

Displays last matches' stats for a League of Legends summoner name.
https://github.com/andreip/lol-stats

Last synced: about 1 year ago
JSON representation

Displays last matches' stats for a League of Legends summoner name.

Awesome Lists containing this project

README

          

Simple LoL game stats app
====

You get to enter a League of Legends summoner name and the API will give you
back last 5 matches statistics. Built with react and express.

You need a LoL valid API key though, get one here https://developer.riotgames.com/.
The inspiration was http://na.op.gg/ but it looks no way that cool. Nevertheless,
it looks something like this:

### Running ###

* You need to have a `LOL_API_KEY` valid env variable in your current terminal first

```bash
$ npm install
$ npm run start
# and head over to localhost:3000

# running tests
$ npm t
```