Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunogois/igdb-api
IGDB Proxy API.
https://github.com/nunogois/igdb-api
api express games hacktoberfest igdb igdb-api library proxy search twitch
Last synced: 25 days ago
JSON representation
IGDB Proxy API.
- Host: GitHub
- URL: https://github.com/nunogois/igdb-api
- Owner: nunogois
- License: mit
- Created: 2021-06-25T15:26:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T18:32:27.000Z (over 3 years ago)
- Last Synced: 2024-10-20T23:58:11.100Z (2 months ago)
- Topics: api, express, games, hacktoberfest, igdb, igdb-api, library, proxy, search, twitch
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# igdb-api
[IGDB](https://www.igdb.com/) Proxy API.
Being used by: [game-search-expo](https://github.com/nunogois/game-search-expo)
## Redux port forwarding
In case of remote Redux, it is possible to run it with SSH port forwarding:
> ssh -L 6379:127.0.0.1:6379 username@server
# 📌 To Do
- [x] Create repo;
- [x] Basic setup;
- [x] GET /;
- [x] GET /games; (supporting popular, search and id requests)## v1.1
- [x] Redis cache;
- [x] Cleanup;## v1.2
- [x] Better initial query;
- [x] OpenCritic;
- [x] HowLongToBeat;
- [ ] TypeScript;
- [ ] Cleanup;