Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 727 Bytes

Hubot PathView

Display network path performance from AppNeta PathView.

Build Status

Installation

Add hubot-pathview to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-pathview": "git://github.com/appneta/hubot-pathview.git#master",
  "hubot-hipchat": "~2.5.1-5",
  "ntwitter": "~0.5.0",
  "shellwords": "~0.1.0",
  "bang": "~1.0.4",
  "cheerio": "~0.12.3",
  "moment": "~2.4.0"
}

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

["hubot-pathview"]

Run npm install