An open API service indexing awesome lists of open source software.

https://github.com/abhinavkrin/hitk-notice-backend

Backend for notice app for my college. Contains cloud functions written in JS.
https://github.com/abhinavkrin/hitk-notice-backend

serverless

Last synced: 2 months ago
JSON representation

Backend for notice app for my college. Contains cloud functions written in JS.

Awesome Lists containing this project

README

          

### HOW TO DEPLOY

```
npm install
gcloud init
gcloud functions deploy getNotices --runtime nodejs10 --trigger-http --allow-unauthenticated
```

See [config.js]('/config.js') for environment variables.