Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardillb/node-red-contrib-alexa-home-skill
A Node-RED node to control things via Amazon Alexa
https://github.com/hardillb/node-red-contrib-alexa-home-skill
alexa alexa-skill node-red
Last synced: about 2 months ago
JSON representation
A Node-RED node to control things via Amazon Alexa
- Host: GitHub
- URL: https://github.com/hardillb/node-red-contrib-alexa-home-skill
- Owner: hardillb
- License: apache-2.0
- Created: 2016-11-05T23:14:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T10:11:40.000Z (about 4 years ago)
- Last Synced: 2024-11-14T10:44:35.272Z (2 months ago)
- Topics: alexa, alexa-skill, node-red
- Language: HTML
- Homepage: https://alexa-node-red.bm.hardill.me.uk/
- Size: 51.8 KB
- Stars: 89
- Watchers: 21
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-alexa-home-skill
This node allows you to hook up Node-RED to react to your Amazon Echo.
By using the Home Skill patern you can use commands like
"Alexa, turn on the Kitchen Lights" and have this trigger a Node-RED flow.
In order to use this node you will require an account with
[this](https://alexa-node-red.bm.hardill.me.uk/) service. Once you have
an account you can search for the Node-RED skill in the Alexa app and then
link the account.Full documentation to set up the service can be found
[here](https://alexa-node-red.bm.hardill.me.uk/docs).## Install
```
cd $HOME/.node-red
npm install node-red-contrib-alexa-home-skill
```