Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marinactonci/summonerspy-server
Backend for the Summoner Spy project. It includes API calls to retrieve data from Riot Games' API and to send/receive data from a Firebase database. Key APIs include endpoints for free champion rotation, summoner information by server and summoner name, and leaderboards by server and queue type.
https://github.com/marinactonci/summonerspy-server
api backend expressjs
Last synced: 12 days ago
JSON representation
Backend for the Summoner Spy project. It includes API calls to retrieve data from Riot Games' API and to send/receive data from a Firebase database. Key APIs include endpoints for free champion rotation, summoner information by server and summoner name, and leaderboards by server and queue type.
- Host: GitHub
- URL: https://github.com/marinactonci/summonerspy-server
- Owner: marinactonci
- Created: 2023-07-11T13:54:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T18:16:15.000Z (7 months ago)
- Last Synced: 2024-11-11T15:07:33.122Z (2 months ago)
- Topics: api, backend, expressjs
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summoner Spy
This is the backend repository of Summoner Spy project. Frontend can be found [here](https://github.com/marinactonci/SummonerSpy-client).
Consists of API calls for getting data from Riot's official API endpoints and for sending / receiving data from Firebase Database.
Backend is deployed to [summoner-spy.site](https://summoner-spy.site/).Created APIs you can test out are:
- /free-rotation
- /summoner/:server/:summonerName
- /leaderboards/:server/:queueTypeNotes:
- :server represents Riot's server code for a desired region. Ex. for EU Nordic & East, server would be eun1, for EU West, 'euw1'. Full list of server codes can be found [here](https://developer.riotgames.com/docs/lol#routing-values).
- :queueType is a code for wanted queue type. Can be either 'RANKED_SOLO_5x5' or 'RANKED_FLEX_SR'