Skip to content

Hubot script to announce what song is currently playing on Radio Paradise

Notifications You must be signed in to change notification settings

TheSaltMines/hubot-nowplaying

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-nowplaying

Queries music services to report what is playing at the moment (and recently)

See 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:

[
  "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

About

Hubot script to announce what song is currently playing on Radio Paradise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 66.6%
  • JavaScript 22.8%
  • Shell 10.6%