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

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

Awesome Lists containing this project

README

          

# hubot-itunes-search

[![Build Status](https://travis-ci.org/jonrohan/hubot-itunes-search.svg)](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

![](https://cloud.githubusercontent.com/assets/54012/9478429/e0bb61a8-4b45-11e5-9953-251fddba5630.png)

## 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)