skill-sample-nodejs-first-skill icon indicating copy to clipboard operation
skill-sample-nodejs-first-skill copied to clipboard

This Alexa Skills Kit sample skill shows how to build a simple skill called Cake Time that counts down the number of days until the customer's birthday.

Results 3 skill-sample-nodejs-first-skill issues
Sort by recently updated
recently updated
newest added

Issue: The nextBirthday variable is updated with currentYear +1 but the currentYear variable in itself is not updated. This will lead to an error in the output given by Alexa...

*Issue #, if available:* *Description of changes:* The four module README files mention Calk instead of Cake. There is also a suggested space added to the main README to aid...

*Description of changes:* - changed invocation names from "cake walk" to "cakewalk"; - correct the slot types for several interaction models; - removed all mentions to `Date` node package. All...