Skip to content

claflamme/node-giantbomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giant Bomb for Node.js

Travis Coverage Status npm license

This entirely unofficial project is a JavaScript wrapper around the Giant Bomb API. It aims to provide a simple, consistent interface with robust documentation.

Installation

npm install giantbomb

Get Started

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);
});

Documentation

Check out the wiki for more information and examples.

Support

If you have any problems or questions, please create an issue or message hogonalog on GiantBomb.

About

A simple, consistent wrapper for the Giant Bomb API. Entirely unofficial.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published