An Alexa app that responds to your mood using music and hue lighting.
Note that this app does NOT require you to have a server running at home. Everything is triggered via IFTTT api calls.
See YouTube app demo video here
Dynamically respond to emotions with different lights and music.
Note: unfortunatley, spotify api is limited to 30 second previews (not enough time).
- Follow the steps outlined in this tutorial
- Use this tool to get music links
- Check out this awesome framework for Serverless Python
I use a yaml file which looks something like this:
secrets:
client_id: {some_client_id}...
music:
{mood}_url: {stream_url}...
ifttt:
{mood_url}: {ifttt_url}