Skip to content

Test queries to IGDB API v3 with axios and a proxy

Notifications You must be signed in to change notification settings

evild70/igdb-js-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test queries to IGDB API v3 with axios and a proxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published