helldivers-api
v1.0.1
Published
Unofficial Node.js API client for [Helldivers](http://arrowheadgamestudios.com/games/helldivers/) game status.
Readme
Helldivers API
Unofficial Node.js API client for Helldivers game status.

Usage
$ npm install helldivers-apiconst API = require('helldivers-api')
const api = new API({
expires: 60000 // Cache lifetime in ms
})Available methods
Get campaign status
api.campaignStatus().then(data => console.log(data))