Allow party guests to play songs from the host's Spotify account via text.
- Clone repo
- npm install
- Register an app with Spotify. Make the provided client ID and client secret available to the app via a config.js file as exports.clientID and exports.clientSecret respectively.
- Sign up for a Twilio account, get a phone number, and configure the number to redirect SMS to <your sever's address>/sms
- npm start
- Visit localhost:8080 and click the link to get an access token for your Spotify account.
- Users can now request songs by texting your Twilio number.