Open cloud 9 and create a new project by git cloning this url [email protected]:efuquen/curriculum.git
.
Then in the termninal navigate to ./unitsYear2/6-speechSynthesis
. In the terminal start the app
with the instruction CLIENT_ID=abc CLIENT_SECRET=def node app.js
. Then click Preview
and Preview with web server
and open up
./public/main.js
.
- Speech Synthesis API
- Javascript forEach
- JQuery append
- JQuery click EventHandler
- JQuery first
- JQuery text
You will need to create an Microsoft account here and then sign into the Azure Marketplace here. You will then register with Azure and generate a ClientID and ClientSecret to use with Microsfot Translation API. Full Instructions here.