Get the sample source code from the Alexa GitHub repository.
If you have git installed on your workstation, you can use the following instructions to pull the source code into your working directory.
- From the command-line, navigate into the working directory on your desktop:
working-smarthome
- Run the following command to pull the source code to a working directory:
git clone https://github.com/alexa/skill-sample-nodejs-smarthome-switch
If you do not have git installed, download and unzip the zipped contents of the sample from https://github.com/alexa/skill-sample-nodejs-smarthome-switch/archive/master.zip into your desktop working directory: working-smarthome
.
Return to the Instructions