Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 6 hours 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T19:27:48.000Z (over 7 years ago)
- Last Synced: 2024-08-09T23:25:22.814Z (3 months 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
[![Build Status](https://travis-ci.org/bdashrad/hubot-istheinternetonfire.svg?branch=master)](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.
```