The Wayback Machine - http://web.archive.org/web/20200616143025/https://github.com/topics/amazon-echo
Skip to content
#

amazon-echo

Here are 170 public repositories matching this topic...

roschler
roschler commented Apr 25, 2018

I used these docs to develop my intent handler that requires an asynchronous call to an external server:

https://www.npmjs.com/package/alexa-app#asynchronous-handlers-example

The docs give this code sample as an example of an async call inside an alexa-app intent handler:

app.intent("checkStatus", function(request, response) {
  // `getAsync` returns a Promise in this example. Whe
jzajac2
jzajac2 commented Jun 10, 2019

I have several questions, hopefully the output of this is I can submit a PR for some doc updates:

  1. the node-sonos-http-api allows for a folder named presets in it (for organization purposes) and it is the preferred way so perhaps we should update accordingly (I believe it even hot loads them / don't have to restart the server when you add new json files to presets folder)
  2. When I have a .j

Improve this page

Add a description, image, and links to the amazon-echo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amazon-echo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.