/igdb-api

IGDB Proxy API.

Primary LanguageJavaScriptMIT LicenseMIT

igdb-api

IGDB Proxy API.

Being used by: 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

  • Create repo;
  • Basic setup;
  • GET /;
  • GET /games; (supporting popular, search and id requests)

v1.1

  • Redis cache;
  • Cleanup;

v1.2

  • Better initial query;
  • OpenCritic;
  • HowLongToBeat;
  • TypeScript;
  • Cleanup;

Docker

docker build . -t kalex375/igdb-api