Skip to content

hasinadevelop/alexa-remote-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Api wrapper around Apollon77/alexa-remote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%