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

https://github.com/aguxez/loker

Search League of Legends match information at the moment.
https://github.com/aguxez/loker

elixir league-of-legends phoenix react

Last synced: about 1 month ago
JSON representation

Search League of Legends match information at the moment.

Awesome Lists containing this project

README

          

# Loker

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Before running

* Be sure to get an API key from RIOT.
* Follow the configuration on [Godfist](https://github.com/aguxez/godfist)

## TODO
- [ ] Add more information when user is clicked.
- [ ] DRY code on `Game.js` file.