Cloud function to retrieve the temperature for a given city.
Based on Functions Framework.
npm install
npm run
docker build -t weather-js .
kn service create weather --image tomy2e/weather-js-cloud-function
Cloud function to retrieve the temperature for a given city.
Based on Functions Framework.
npm install
npm run
docker build -t weather-js .
kn service create weather --image tomy2e/weather-js-cloud-function