Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catkins/hubot-spotify
https://github.com/catkins/hubot-spotify
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catkins/hubot-spotify
- Owner: catkins
- Created: 2015-07-06T11:02:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T11:07:19.000Z (over 9 years ago)
- Last Synced: 2024-10-19T22:02:31.170Z (2 months ago)
- Language: CoffeeScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.