Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
```