Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsoell/hubot-nowplaying
Hubot script to announce what song is currently playing on Radio Paradise
https://github.com/amsoell/hubot-nowplaying
Last synced: 15 days ago
JSON representation
Hubot script to announce what song is currently playing on Radio Paradise
- Host: GitHub
- URL: https://github.com/amsoell/hubot-nowplaying
- Owner: amsoell
- Created: 2015-06-13T17:22:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T23:25:03.000Z (over 9 years ago)
- Last Synced: 2025-01-03T01:08:36.729Z (18 days ago)
- Language: CoffeeScript
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-nowplaying
Queries music services to report what is playing at the moment (and recently)
See [`src/nowplaying.coffee`](src/nowplaying.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-nowplaying --save`
Then add **hubot-nowplaying** to your `external-scripts.json`:
```json
[
"hubot-nowplaying"
]
```## Sample Interaction
```
user1>> hubot what's playing?
hubot>> "Stairway to Heaven" by Led Zeppelin is playing on Radio Paradise right now
user1>> hubot what played before this?
hubot>> "Idiot Wind" by Bob Dylan
```