Fruit Stand is an Alexa Skill that responds with information regarding how to store particular fruits or vegetables.
alexa-skill.js
comes directly from the Amazon Alexa Skills Kitindex.js
contains the core Alexa skillinstructions.js
contains the responses for each itemspeechAssets
contains the Intent schema and slot metadata used to configure the skill
npm test
will run the tests to ensure the project runs
npm run items
to generate the list of items for the Alexa interaction modelserverless deploy
to deploy as an AWS Lambda
NOTE: The Alexa skill ID is in the code, so if you adapt this code for something else, you'll want to change it.
Contributions are welcome. If you'd like to add support for new fruits and vegetables, please create an issue before you submit a PR using the new item template.
- Based on examples from the Alexa Skills Kit
- Information comes from UC Davis Postharvest Technology
- Idea from the mind of @street_pizza
- Fruit Basket by Boudewijn Mijnlieff from the Noun Project
Apache 2.0