1.1.0 • Published 1 year ago

slack-status-api v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

slack-status-api

NPM module to import Slack System Status Information

Installing

Using npm

$ npm install slack-status-api

Example

import the library using the import
import { getSlackStatus } from 'slack-status-api';

(async () => {
  const data = await getSlackStatus();
  console.log(data);
})()
result

Status can be No Issue, Maintenance, Notice, Incident, Outage, total of 5

{
  "Login/SSO": {
    "status": "No Issue"
  },
  "Connections": {
    "status": "No Issue"
  },
  "Messaging": {
    "status": "No Issue"
  },
  "Files": {
    "status": "No Issue"
  },
  "Notifications": {
    "status": "No Issue"
  },
  "Huddles": {
    "status": "No Issue"
  },
  "Search": {
    "status": "No Issue"
  },
  "Apps/Integrations/APIs": {
    "status": "No Issue"
  },
  "Workspace/Org Administration": {
    "status": "No Issue"
  },
  "Workflows": {
    "status": "No Issue"
  },
  "Canvases": {
    "status": "No Issue"
  }
}

npm

https://www.npmjs.com/package/slack-status-api?activeTab=readme

1.1.0

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.11

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago