2.0.2 • Published 6 years ago

giantbomb v2.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago