Alexa Skill that would present users with different cuisines based on the various nutritional values or quantities they prefer. For example, a user may ask - Alexa, give a meal that has at least 60 calories and 50 gram protein.
For the skill to gather all the meal names with the accurate nutritional values, we are using Spoonacular API. You need to sign an setup get the API KEY.
In order to use the Skill on your Alexa Console, you need to import it.
- Go to Alexa Console and click the New Skill button.
- Select your model and hosting environment and click Create Skill.
- Now, you will see the Import Skill button on the top right. Click on it and this repositores URL:
https://github.com/alexa-dev-hub/alexa-skill-nutritional-cuisines.git
- Once it finishes processing, you can test the skill.
- The Skill can be used as template for API calling.
- Currently the intents have 8 slots, having values of maxCarbs, minProtein etc.
- You need your own API Key, and add it to the lambda code.
- MORE SPECIFICS TO BE ADDED.
You can make changes and let the community know about it, via giving PRs. Make sure you have included all the files which are currently present in the repo. These files are mandatory to be there as Alexa CANNOT import a skill without these files.
You shall make a separate branch and work on that, while developing your skill on top of the current code.
If you are new to Github, do not directly clone this repo, first fork it and then clone it.
In order to ensure that the Alexa Dev Hub Community is welcoming to all, please review and abide by the Code of Conduct.
We at ACJ aim to develop Alexa Skills for everyone, and let the world leverage the power of Alexa.
If the repo was helpful, leave a STAR.
Thank You