alx / hubot-bookmark

Manage bookmarks with Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-bookmark

npm version Build Status

Wat

Manage bookmarks with Hubot. Bookmarks get stored in the robot brain.

Installation

In hubot project repo, run:

$ npm install hubot-bookmark --save

Then add hubot-bookmark to your external-scripts.json:

["hubot-bookmark"]

Usage

$ hubot bookmark add <url> as <description>
$ hubot bookmark find <description>
$ hubot bookmark list

About

Manage bookmarks with Hubot

License:MIT License


Languages

Language:CoffeeScript 100.0%