This entirely unofficial project is a JavaScript wrapper around the Giant Bomb API. It aims to provide a simple, consistent interface with robust documentation.
npm install giantbomb
const giantbomb = require('giantbomb');
const gb = giantbomb('API_KEY_HERE');
// Display details for Mass Effect.
gb.games.get(16909, (err, res, json) => {
console.log(json.results);
});
Check out the wiki for more information and examples.
If you have any problems or questions, please create an issue or message hogonalog on GiantBomb.