helldivers-api

Unofficial Node.js API client for Helldivers game status.

Usage no npm install needed!

<script type="module">
  import helldiversApi from 'https://cdn.skypack.dev/helldivers-api';
</script>

README

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