skill-sample-nodejs-first-skill
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.
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...