UNPKG

incidents

Version:

Node.js SDK for the Brandscale Incidents API, a system for reporting, monitoring, and keeping users up-to-date about server status and incidents.

8 lines (5 loc) 159 B
'use strict'; const axios = require('axios'); module.exports = (name, options) => { return axios.get('https://status.brandscale.com/${name}', options); };