helldivers-api

1.0.1 • Public • Published

Helldivers API

Unofficial Node.js API client for Helldivers game status.

Helldivers

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

Readme

Keywords

Package Sidebar

Install

npm i helldivers-api

Weekly Downloads

9

Version

1.0.1

License

MIT

Unpacked Size

2.56 kB

Total Files

4

Last publish

Collaborators

  • mindesik