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.
- Host: GitHub
- URL: https://github.com/andreip/lol-stats
- Owner: andreip
- Created: 2018-10-19T05:53:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T15:23:18.000Z (over 7 years ago)
- Last Synced: 2025-02-12T12:57:00.724Z (over 1 year ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```