alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

Add support for node Alexa-sdk #13

Open aallbrig opened 7 years ago

aallbrig commented 7 years ago

When I tried to test the node alexa-sdk (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs) locally, I got a response from alexa-app-server of...

App [app-name] is not an instance of alexa-app

which means that any user using alexa-sdk instead of alexa-app (https://github.com/matt-kruse/alexa-app) cannot proceed with local testing. Is there support for this and I simply haven't configured alex-sdk or my app correctly, or does the support for alexa-sdk not exist? If the latter, ought there be support for alexa-sdk?

matt-kruse commented 7 years ago

This project was created specifically to serve up apps created using alexa-app. When I made it, alexa-sdk didn't even exist.

If anyone wants to extend this to support alexa-sdk, I will merge a PR. :)

jdramosf commented 7 years ago

Currently trying to locally host an Alexa skill using alexa-sdk. Any updates on this?

dblock commented 7 years ago

No updates @jdramosf, please contribute.