A Node.js application used to show-off my favorite Heroku features. Though it could easily be adapated to power the playlist at your next party.
This is what it once looked like:
| Dependency | Config Vars (see .env-example) |
|---|---|
| Node V4.0 | N/A |
| Postgres | DATABASE_URL |
| Redis | REDIS_URL |
| RDIO | RDIO_CLIENT_ID, RDIO_CLIENT_SECRET |
| Twilio | N/A |
Twilio is used to proxy track requests sent via. SMS messages, the relevant endpoint
is http://{*}.herokuapp.com/api/sms.
You can expose this endpoint if you're working locally with something like ngrok
npm install- Install dependencies
heroku local- Start the appgulp- live reload/compilation (seperate CLI tab)
npm test- To date, this is only configured to validate w. standards.`

