Test queries to IGDB API v3 with JavaScript, axios, and a proxy.
- IGDB API v3 key (It's free!)
- Node.js and npm (Install)
- http-server (Github)
- Install
http-serverglobally:
$ npm install -g http-server- Go to the
igdb-js-proxydirectory - Start
http-serverwith proxy:
$ http-server -o -s -a localhost --port 8080 --proxy https://api-v3.igdb.comThis should open a browser window and you're ready to start making your queries.
