git clone git@github.com:eddiezane/spoticall-node.git
cd spoticall-node
npm install
Fire up ngrok on port 3000.
ngrok http 3000
Point your Twilio phone number for inbound messages to http://YOUR_NGROK_URL/sms
.
Start the application and text a song name to your Twilio phone number.
npm start
MIT