An app for the Google Assistant to help you practice mentally converting temperature from degrees Celsius to Fahrenheit, or from Fahrenheit to Celsius.
Listed in the Google Assistant web directory.
🅖 Talk to Mental Temperature Converter
Original version built in 1 month to be submitted for the contest August 31st 2017. For that first iteration, I built the Google Assistant app using API.ai (now called Dialogflow), Actions on Google, Node.js, and Express.js, and hosted the original webhook server on Glitch.com
https://codepen.io/hchiam/full/NEzXja
https://bot.api.ai/mental-temperature-converter
https://www.youtube.com/watch?v=7eiwrohLoGk
API V1 will be deprecated as of October 23rd, 2019.
To get caught up faster, try building a mini app from scratch, following the instructions here: https://github.com/hchiam/dialogflow-webhook-boilerplate-nodejs
The key files are:
- index.js for the fulfillment code in Dialogflow.
- package.json for the fulfillment code setup in Dialogflow.
- ment-temp-conv-v2.zip to restore/import from zip in Dialogflow.
An older version of this project was remixed from https://glitch.com/~actions-on-google-api-ai-boilerplate
server.js: https://glitch.com/edit/#!/mental-temp-converter?path=server.js:1:0
Only server.js and this README.md have been changed.