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
- Host: GitHub
- URL: https://github.com/jpoon/hubot-bookmark
- Owner: jpoon
- License: mit
- Created: 2015-06-19T11:03:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T23:29:03.000Z (about 7 years ago)
- Last Synced: 2024-12-22T11:50:29.682Z (5 months ago)
- Topics: hubot, hubot-bookmark
- Language: CoffeeScript
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```