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: 23 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T18:32:27.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T07:45:19.103Z (over 1 year ago)
- Topics: api, express, games, hacktoberfest, igdb, igdb-api, library, proxy, search, twitch
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- 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;