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

https://github.com/jpoon/hubot-bookmark

:robot: Manage bookmarks with Hubot
https://github.com/jpoon/hubot-bookmark

hubot hubot-bookmark

Last synced: about 2 months ago
JSON representation

:robot: Manage bookmarks with Hubot

Awesome Lists containing this project

README

        

[![Build Status](http://img.shields.io/travis/jpoon/hubot-bookmark.svg)](https://travis-ci.org/jpoon/hubot-bookmark)

# hubot-bookmark

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

## Installation

In the hubot project repo, run:

```bash
$ npm install hubot-bookmark --save
```

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

```json
["hubot-bookmark"]
```

## Usage

```bash
$ hubot bookmark add as
$ hubot bookmark find
$ hubot bookmark list
```