1.0.0 • Published 9 years ago

echo-home v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Amazon Echo integration

This project uses phantomjs to perform authentication, and hitting the activity page directly for the commands.

Usage

Run the code

  1. git clone https://github.com/hachr/echo-home
  2. cd echo-home
  3. npm install
  4. node example
  5. enter amazon's username and password
  6. start speaking to your echo.
  7. see the output.

Known Issues

  1. phantomjs is spawned with username and password arguments hence it will show up in ps command
  2. invalid credential is not being handled at the moment.

Future improvements

  1. integrate with todo list (along w/ activities)