-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APL Support ? #384
Comments
+1 |
Is there a solution to this yet? I'm trying it now and coming across errors, but I can't tell if I am implementing the JSON for the directive incorrectly or if APL just doesn't work. |
I just figured it out (for hosting on Heroku, that is) - I had to move the JSON files I was using for APL into my node_modules folder. |
If someone who's gotten this working has advice for how to improve support in this library, we'd love to see a PR! :) |
Here's a code snippet that demonstrates the sending of an APL directive to screen-based devices, and how to respond to APL user events like TouchWrapper. https://gist.github.com/steveandroulakis/ab7bffd87b6546f85abddf2f4f9a67cc |
It works for me. Thanks! |
I've just noticed about APL
https://developer.amazon.com/es/docs/alexa-presentation-language/apl-overview.html
there are any way to use that with this library? I really love this lib and majority of my skills are built whit this library (alexa-app)
Regards
The text was updated successfully, but these errors were encountered: