alexa-samples / skill-sample-nodejs-fact

Build An Alexa Fact Skill
Apache License 2.0
1.15k stars 1.19k forks source link

Proposal: add external API usage with async/await to example #129

Closed bluepuma77 closed 1 year ago

bluepuma77 commented 4 years ago

What I am missing so far from the basic skill examples in NodeJS is the use of an API.

alexa / skill-sample-nodejs-hello-world alexa / skill-sample-nodejs-fact alexa / skill-sample-nodejs-first-skill alexa / skill-sample-nodejs-trivia alexa / skill-sample-nodejs-quiz-game

How do you call an external service and process the response, especially with async/await.

Or did I just didn't see it when looking through the source?

aszk commented 1 year ago

Thank you for asking. However this skill sample doesn't focus on calling external API. Please refer our blog posts for more information.