1.0.1 • Published 7 years ago
helldivers-api v1.0.1
Helldivers API
Unofficial Node.js API client for Helldivers game status.
Usage
$ npm install helldivers-api
const 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))