alexa-dev-hub / alexa-skills

The repository features Alexa Skills including both the Interaction Model and the Lambda functions. Utilizing the NodeJS SDK for most of the skills.
MIT License
14 stars 27 forks source link

Added 3 skills of mine #15

Closed garimasingh128 closed 3 years ago

garimasingh128 commented 3 years ago

✍  Skills developed

  • Cakewalk - A starter template for beginners
  • Touristy - Tells info about tourist places of Australia
  • Hello world - my hosted skill
garimasingh128 commented 3 years ago

@tarunnsingh

tarunnsingh commented 3 years ago

Hey @garimasingh128 , please add according to these guidelines. If you push the ZIP folder, then you'll be exposing your Skill IDs too.

garimasingh128 commented 3 years ago

@tarunnsingh please check again and approve!

tarunnsingh commented 3 years ago

@garimasingh128 As mentioned in the guidelines, you are required to extract the contents from the zipped folder. For example your cakewalk skill should be created as a folder here: alexa-skills/skills-by-the-team/GarimaSingh/cakewalk within which you have assets, interactionModels, lambda folders.

The Zipped Binary is not useful as its contents cannot be viewed directly on GitHub. Please make these changes and PR will be approved.

garimasingh128 commented 3 years ago

Ok sorry for bothering. I will update it.