statuspage.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

statuspage.js 📈

A Node.js implementation of statuspage.io 's API.

Quickstart

  1. Install
# yarn
yarn add statuspage.js
# npm
npm i statuspage.js
  1. Import and instantiate
import {Statuspage, StatuspageUpdates} from 'statuspage.js';
// or
const {Statuspage, StatuspageUpdates} = require('statuspage.js');

const status = new Statuspage('abc123');
const updates = new StatuspageUpdates('abc123');
  1. Do stuff!

For full documentation refer to this page

/statuspage.js/

    Package Sidebar

    Install

    npm i statuspage.js

    Weekly Downloads

    38

    Version

    1.0.17

    License

    MIT

    Unpacked Size

    26.6 kB

    Total Files

    18

    Last publish

    Collaborators

    • benricheson101