https://github.com/jonrohan/hubot-itunes-search
Search iTunes for music, and return previews
https://github.com/jonrohan/hubot-itunes-search
Last synced: 7 months ago
JSON representation
Search iTunes for music, and return previews
- Host: GitHub
- URL: https://github.com/jonrohan/hubot-itunes-search
- Owner: jonrohan
- License: mit
- Created: 2015-08-25T20:29:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T15:27:49.000Z (over 8 years ago)
- Last Synced: 2025-02-15T07:06:49.638Z (over 1 year ago)
- Language: CoffeeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-itunes-search
[](https://travis-ci.org/jonrohan/hubot-itunes-search)
Search iTunes for music, and return previews. Suggestions welcome read over the [contributing](/CONTRIBUTING.md) guidelines.
See [`src/itunes-search.coffee`](src/itunes-search.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-itunes-search --save`
Then add **hubot-itunes-search** to your `external-scripts.json`:
```json
[
"hubot-itunes-search"
]
```
## Sample Interaction

## Related
* [hubot-rubygems-search](https://github.com/jonrohan/hubot-rubygems-search)
* [hubot-slack-reactions](https://github.com/jonrohan/hubot-slack-reactions)
## License
MIT © [Jon Rohan](http://jonrohan.codes)