Echo & Alexa Forums

General Category => Alexa Software Development & Technical Discussion => Topic started by: rocket888 on July 17, 2016, 08:42:44 pm

Title: development getting started step by step
Post by: rocket888 on July 17, 2016, 08:42:44 pm
I just got my echo. 8) I'm a bit behind on the latest development tools.

I'm looking for a step by step cookbook tutorial to be able to run the hello world skill (after making a minor edit so I know my version runs), including all the things I would need to install (on my windows 10 pc, or inside a ubuntu linux vmware virtual machine).

I've got as far as creating a github account so I could download the sample code.

After that, I would next like to take the more complex scorekeeper skill and turn it into a calorie counting skill. I want to be able to tell alexa "I just ate a 300 calorie bagel" and have it keep a running total with a log (if I ask for one) on my android phone.

I bought the 99c kindle book "how to program the amazon echo..." but didn't find anything I could use to get started.

Title: Re: development getting started step by step
Post by: general667 on August 09, 2016, 12:03:08 pm
https://developer.amazon.com/public/community/post/TxKALMUNLHZPAP/New-Alexa-Skills-Kit-Template:-Step-by-Step-Guide-to-Build-a-How-To-Skill (https://developer.amazon.com/public/community/post/TxKALMUNLHZPAP/New-Alexa-Skills-Kit-Template:-Step-by-Step-Guide-to-Build-a-How-To-Skill)
Title: Re: development getting started step by step
Post by: rocket888 on August 20, 2016, 10:36:48 pm
Yes, I found those, however they are out of date. Several items mentioned are no longer as specified in the tutorial.

I guess this is the price one pays for a constantly updating system. But I'm going to move on before I'm accused of complaining again.
Title: Re: development getting started step by step
Post by: digisam on October 20, 2016, 06:48:29 pm
That really is the best resource to learn how to program a Skill

https://developer.amazon.com/alexa-skills-kit#get-started-now

In terms of everything you need to know, it is all online. Though you will never find a single guide that covers everything.

Just start, when you get stuck then you learn what you need to learn.

I know it is vague, but a big part of being a developer these days is being able to teach yourself.

http://lmgtfy.com/?q=how+do+i+make+my+own+alexa+skill%3F

The above gives you plenty of resources you can read, keep reading what different people say and you will start to gain an understanding about how it all works together.

Good luck.