node-red-contrib-alexa
node-red-contrib-alexa copied to clipboard
a node-red node for integration with amazon alexa skills
Amazon Alexa works now in Spain. Could you please edit the skill so it appears in the skills store in Spain? Thanks.
any examples (visual or otherwise) about how to get the Say node to work through an amazon echo? thanks
Would be nice if you also showed some example flow of how to use those together to create a virtual assistant :D. And maybe post a youtube clip of it...
Short version: I would like additional control over the endpoint path. Long version: Currently, I have my own implementation of Alexa using very basic blocks in Node-JS. While it works,...
Hi Matt, If you don't have time to work on this project would you be prepared to let some other folk make updates and push them to npmjs.org? I think...
removed the leading / from the URL on line 76 Fixes #9
Hey can you also add directive intent in the response. I guess it would need another node like "CARD". The idea is to use the streaming api. I am really...
When Node-RED is installed using the boilerplate on Bluemix is moves the editor (httpAdminRoot) to `/red`. This means the Skill Config node is trying to POST to `/red/alexa/format-intents` instead of...
Matt - Brilliant. I have followed the instructions to add a node to a Bluemix application: https://developer.ibm.com/answers/questions/180359/node-red-instructions-for-adding-a-new-node/ I added dozens of Alexa node dependencies to the package.json in my Bluemix...
I have tried installing node-red-contrib-alexa on a number of RPi's running node-red using: cd ~/.node-red npm install node-red-contrib-alexa which seems to be OK, but then the node does not appear...