This Add-on allows you to fetch trailers and gameplag videos for video games from IGDB.com in Stremio
As the IGDB.com API requires a Token in order to work, the IGDB_KEY
process environment variable must be set prior to running this Add-on.
Linux / OSX
export IGDB_KEY="my-secret-api-key"
npm start
Win
set IGDB_KEY="my-secret-api-key"
npm start
Read the tutorial on how this was made here