Web-Cam / AlexaRhyme

0 stars 4 forks source link

Convert GetRhyme function to the alexa code #2

Open Web-Cam opened 7 years ago

Web-Cam commented 7 years ago

This is a hard one, but I am attempting to convert the main.js file into the commented code. The code that is not commented should go inside of the commented portion under GetRhyme. But correctly coded to work with Alexa. For example, var rhyme = prompt("Enter the word to rhyme with");// FUTURE ALEXA UTTERANCE will need to be changed to something such as res.say(rhyme).reprompt(rhyme).shouldEndSession(false);

mdew192837 commented 7 years ago

Think you might want to break this up into smaller chunks.