Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/catkins/hubot-spotify


https://github.com/catkins/hubot-spotify

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# hubot-spotify

A hubot script for searching Spotify

See [`src/spotify.coffee`](src/spotify.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-spotify --save`

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

```json
[
"hubot-spotify"
]
```

## Acknowledgements

Thanks to @stephenyeargin, @technicalpickles and @thomasrussellmurphy for working on [hubot-scripts/hubot-youtube](https://github.com/hubot-scripts/hubot-youtube) and having a good hubot script project layout to crib.