Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```