/igdb-js-proxy

Test queries to IGDB API v3 with axios and a proxy

Primary LanguageHTML

igdb-js-proxy

Test queries to IGDB API v3 with JavaScript, axios, and a proxy.

alt text

Requirements


Set up

  1. Install http-server globally:
$ npm install -g http-server
  1. Go to the igdb-js-proxy directory
  2. Start http-server with proxy:
$ http-server -o -s -a localhost --port 8080 --proxy https://api-v3.igdb.com

This should open a browser window and you're ready to start making your queries.


Resources


Related

vue-igdb-api-v3