npm install
gcloud init
gcloud functions deploy getNotices --runtime nodejs10 --trigger-http --allow-unauthenticated
See config.js for environment variables.
Backend for notice app for my college. Contains cloud functions written in JS.
JavaScript
npm install
gcloud init
gcloud functions deploy getNotices --runtime nodejs10 --trigger-http --allow-unauthenticated
See config.js for environment variables.