https://github.com/morganestes/hubot-commitstrip-rest
Gets a Commit Strip comic and returns it to your bot.
https://github.com/morganestes/hubot-commitstrip-rest
hubot hubot-commitstrip-rest hubot-script wp-rest-api
Last synced: 3 months ago
JSON representation
Gets a Commit Strip comic and returns it to your bot.
- Host: GitHub
- URL: https://github.com/morganestes/hubot-commitstrip-rest
- Owner: morganestes
- Created: 2017-09-20T18:28:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T13:14:11.000Z (about 1 year ago)
- Last Synced: 2025-06-11T12:14:09.872Z (12 months ago)
- Topics: hubot, hubot-commitstrip-rest, hubot-script, wp-rest-api
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-commitstrip-rest
- Size: 901 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://unmaintained.tech/)
# hubot-commitstrip-rest
Displays a comic from the Commit Strip website, using the WordPress REST API.
See [`src/commitstrip-rest.coffee`](src/commitstrip-rest.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-commitstrip-rest --save`
Then add **hubot-commitstrip-rest** to your `external-scripts.json`:
```json
[
"hubot-commitstrip-rest"
]
```
## Sample Interaction
```
user1>> hubot commitstrip latest
hubot>> Project Scope
https://www.commitstrip.com/wp-content/uploads/2017/09/Strip-Dans-la-scope-650-finalenglish.jpg
user1>> hubot commitstrip random
hubot>> The eternal question
https://www.commitstrip.com/wp-content/uploads/2016/12/Strip-CMS-650-finalenglish.jpg
```
## NPM Module
https://www.npmjs.com/package/hubot-commitstrip-rest