https://github.com/bdashrad/hubot-istheinternetonfire
a hubot script to tell you if the internet is on fire
https://github.com/bdashrad/hubot-istheinternetonfire
Last synced: about 1 year ago
JSON representation
a hubot script to tell you if the internet is on fire
- Host: GitHub
- URL: https://github.com/bdashrad/hubot-istheinternetonfire
- Owner: bdashrad
- Created: 2016-10-07T13:09:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T19:27:48.000Z (about 9 years ago)
- Last Synced: 2025-03-05T15:23:33.781Z (over 1 year ago)
- Language: CoffeeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-istheinternetonfire
[](https://travis-ci.org/bdashrad/hubot-istheinternetonfire)
a hubot script to tell you if the internet is on fire
See [`src/hubot-istheinternetonfire.coffee`](src/hubot-istheinternetonfire.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-istheinternetonfire --save`
Then add **hubot-istheinternetonfire** to your `external-scripts.json`:
```json
["hubot-istheinternetonfire"]
```
## Sample Interaction
```
user1>> hubot is the internet on fire?
hubot>> Not Currently.
```