skill-sample-nodejs-city-guide
skill-sample-nodejs-city-guide copied to clipboard
An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
I just followed the Amazon developer ASK CLI documentation [here](https://developer.amazon.com/docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html#cli-commands), and when I deploy the skill the "go outside" intent returns an error. Looking over the issues, it looks like...
Important EOL Notice: As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired. To continue using our free Yahoo Weather APIs, use https://weather-ydn-yql.media.yahoo.com/forecastrss....
the step 6 is "Search for the application repository named "alexa-skills-kit-nodejs-factskill". You can find it using the provided search box. " but factskill is for the first tutorial, and I...
Lambda's response to the NYT news inquiry on the AWS built-in tester is `'The remote endpoint could not be called, or the response it returned was invalid.' ` The NYT...
Whenever I try using the getTopFiveIntent, the response is there was a problem with the requested skills response. This also happens after I use the help command and then say...
*Issue #, if available:* Step image markup was broken due to no newline break above the image, so was rendering the markup instead of the image *Description of changes:* Added...
*Description of changes:* implementation initial with using language Pt-Br for using this skill. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...
On step 5 customization, at: https://github.com/alexa/skill-sample-nodejs-city-guide/blob/master/instructions/5-customization.md we're told to replace the TODO sections in: https://github.com/alexa/skill-sample-nodejs-city-guide/blob/master/lambda/custom/index.js there are no more TODO sections.