Skip to content

ScottehMax/HackTheBurgh2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

Coolbox

An SMS-based Spotify jukebox, using the Twilio API and Sails

Installation

From the working directory, run npm install, then sails lift. It's that simple.

Running

From the Twilio website, make sure the endpoint for SMS messages is pointing at your server. Apart from this, there is (next to!) no complexity in setting up and running the application. Each new song will be assigned a random id, to make it easy for people to upvote/downvote.


Sent messages should take the following form:

song artist or artist song

Will perform a search using Spotify's API, and return the first result. Does nothing if no results were found.

upvote (id) or downvote (id)

Will increase or decrease the song with the specified ID.

About

Team CoolBox's submission for Hack The Burgh 2015.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors