Weather JS Cloud Function

Cloud function to retrieve the temperature for a given city.

Based on Functions Framework.

Running locally

npm install
npm run

Building image

docker build -t weather-js .

Deploying in Knative

kn service create weather --image tomy2e/weather-js-cloud-function