Fruit Stand is an Alexa Skill that responds with information regarding how to store particular fruits or vegetables.
alexa-skill.jscomes directly from the Amazon Alexa Skills Kitindex.jscontains the core Alexa skillinstructions.jscontains the responses for each itemspeechAssetscontains the Intent schema and slot metadata used to configure the skill
npm testwill run the tests to ensure the project runs
npm run itemsto generate the list of items for the Alexa interaction modelserverless deployto 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