hubot-speed-test
v1.0.1
Published
check speed of internet connection for/via hubot
Downloads
16
Readme
hubot-speed-test
a hubot script to test connection speed
See src/speed-test.js for full documentation.
Installation
In hubot project repo, run:
npm install hubot-speed-test --save
Then add hubot-speed-test to your external-scripts.json:
[
"hubot-speed-test"
]Sample Interaction
user1>> hubot run speedtest
hubot>> running connection speedtest...
hubot>> here are the speed test results:
**speeds**
----------
DOWNLOAD: 47.738 Mbps
UPLOAD: 9.042 MbpsNPM Module
https://www.npmjs.com/package/hubot-speed-test
