I love my Sonos system and I really like the NPR One app. That’s why I have built this service.
Issues and pull-requests welcome.
Check out the instructions at http://michaeldick.me/sonos-nprone/
- Clone this repo
- Import into Eclipse as Maven project
- Create new Maven build configuration with environment variables:
- NPR_CLIENT_ID
- NPR_CLIENT_SECRET
- MIXPANEL_PROJECT_TOKEN
- Generate the ssl key once through Maven: keytool:generateKeyPair
- Run Maven target: tomcat7:run-war
- Create new Heroku app
- Set environment variables (see above)
- Git push to Heroku. It will use the included procfile