Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonjose/nlw_esports
Project created at the rocketseat NLW eSports event
https://github.com/moonjose/nlw_esports
Last synced: about 2 months ago
JSON representation
Project created at the rocketseat NLW eSports event
- Host: GitHub
- URL: https://github.com/moonjose/nlw_esports
- Owner: Moonjose
- Created: 2022-09-12T15:39:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T21:50:10.000Z (over 2 years ago)
- Last Synced: 2023-03-04T14:49:06.828Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://nlw-esports-jodvs.netlify.app/
- Size: 18.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funcionalidades do projeto (PT-BR)
## Versão Web
* Publicar um anúncio com informações para encontrar um duo.
## Versão Mobile
* Encontrar anúncios publicados e obter o discord do usuário.
* Download do .apk https://www.mediafire.com/file/mz3u0hqy2ufat6c/nlwEsports.apk/file
# Project features (EN)
## Web Version
* Post an ad with information to find a duo.
## Mobile Version
* .apk download https://www.mediafire.com/file/mz3u0hqy2ufat6c/nlwEsports.apk/file
* Find published ads and get user discord.
# API Endpoints
The following endpoints are available:
|Endpoints | Usage | Params |
|--------------------- | -------------------------- | ------------------------------------------- |
|`GET /games` | Get all of the games | |
|`GET /games/:id/ads` | Get all of ads by game id | **id**: [Number] |
|`GET /ads/:id/discord`| Get the discord by game id | **id**: [Number] |
|`POST /games/:id/ads` | Create and ad | **id**: [Number] |