Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelalmeidatk/summoners
Summoners allows you to see a list of other League of Legends players that are searching for new duos or teams, and even register yourself and set your play preferences
https://github.com/rafaelalmeidatk/summoners
Last synced: 13 days ago
JSON representation
Summoners allows you to see a list of other League of Legends players that are searching for new duos or teams, and even register yourself and set your play preferences
- Host: GitHub
- URL: https://github.com/rafaelalmeidatk/summoners
- Owner: rafaelalmeidatk
- License: mit
- Created: 2018-09-24T23:55:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T22:09:31.000Z (over 5 years ago)
- Last Synced: 2024-10-12T12:24:09.977Z (2 months ago)
- Language: JavaScript
- Size: 12.1 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Summoners
This is the archive repo for the project made in 48h for [React Riot 2018](https://www.reactriot.com/). Be warned that this project contains a lot of dirty hacks (like [this](https://github.com/rafaelalmeidatk/summoners/blob/master/pages/index.js#L29), [this](https://github.com/rafaelalmeidatk/summoners/blob/master/server/api.js#L18-L21), [this](https://github.com/rafaelalmeidatk/summoners/blob/master/components/SummonersFilter.js#L19-L33) and [this](https://github.com/rafaelalmeidatk/summoners/blob/master/pages/account.js#L17-L42)) that are not meant to be done in a real application.
![Screenshot](https://i.imgur.com/lI78Vsrl.png)
## Install and run locally
yarn install
yarn devDue the short time, this project uses a development Riot API Key that expires in 24 hours, so you won't be able to use features that require the key (like the summoner profile page or the LoL account integration) unless you provide your own [here](https://github.com/rafaelalmeidatk/summoners/blob/master/server/api.js#L7).