0.0.3 • Published 5 years ago

alexa-remote-api v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Alexa Remote Api

This package is an Api wrapper around Apollon77/alexa-remote, a great package to control your Alexa devices.

Installation

npm install alexa-remote-api

Configuration

Create a config file in ~/.alexa-remote-api/config.json with your amazon credentials

{
    "email": "foo@bar.com",
    "password": "supersecret",
    "bluetooth": false
}

Run

    node dist/server

... or with a custom port

    PORT=3000 node dist/server

Example

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"device":"echo","text":"hello world"}' \
  http://localhost:3000/speak

Changelog

0.0.3

  • package updates
0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago