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

https://github.com/iphoting/hubot-instapaper

Adds an URL to the Instapaper Service.
https://github.com/iphoting/hubot-instapaper

Last synced: 3 months ago
JSON representation

Adds an URL to the Instapaper Service.

Awesome Lists containing this project

README

        

# hubot-instapaper

Adds an URL to the Instapaper Service.

See [`src/instapaper.coffee`](src/instapaper.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-instapaper --save`

Then add **hubot-instapaper** to your `external-scripts.json`:

```json
[
"hubot-instapaper"
]
```

## Sample Interaction

```
user1>> hubot instapaper add https://github.com/hubot-scripts/hubot-instapaper/
hubot>> Title: iphoting/hubot-instapaper, URL: https://github.com/hubot-scripts/hubot-instapaper/, added.
```