I want to build a simple voice app that reads state from isVHSopen.com and reports it out loud.
The idea is simple - when the user asks to connect/talk to “IsVHSOpen” (or whatever the “invoke phrase”), the code in backend reads state from isvhsopen.vanhack.ca or isVHSopen.com and expresses the value/state of https://api.vanhack.ca/s/vhs/data/door or https://api.vanhack.ca/s/vhs/data/door.json out loud.
The website (isVHSopen.com / isvhsopen.vanhack.ca) is available on GitHub, and guess we have to use dialogflow with API.ai to make this happen, but not exactly sure how to go about the execution for this. Would love some support!