New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

giantbomb

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giantbomb

A simple, consistent wrapper for the Giant Bomb API.

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by28.57%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 15 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc