Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Leaseweb/hubot-lswnocstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

This repository is no longer being actively maintained. We encourage you to not use this code. If you rely on this code you might want to fork the repository to keep your systems from breaking, if we remove this repository in the future.

Hubot: hubot-lswnocstatus

A LeaseWeb NOC status checker for Hubots.

Fetch the lastest LeaseWeb NOC status and maintenance posts.

Installation

Add hubot-lswnocstatus to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-lswnocstatus": ">= 0.0.0"
}

Add hubot-lswnocstatus to your external-scripts.json:

["hubot-lswnocstatus"]

Run npm install hubot-lswnocstatus