https://github.com/raisely/cloud-function-template
Template for Cloud Functions that process Raisely Web Hooks
https://github.com/raisely/cloud-function-template
Last synced: 10 months ago
JSON representation
Template for Cloud Functions that process Raisely Web Hooks
- Host: GitHub
- URL: https://github.com/raisely/cloud-function-template
- Owner: raisely
- License: other
- Created: 2020-04-24T02:48:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:18:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T09:36:17.374Z (12 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Raisely Cloud Function Template
You can use this as a template for cloud functions to handle webhooks
from Raisely.
Copy this repository and modify it to fit your needs before uploading
as a cloud function.
### Testing
This also comes with an example test so you can write and deploy well tested code ;-)
To see the tests in action, do
```
npm install
npm test
```
### Contributions
Contributions are welcome at https://github.com/raisely/cloud-function-template
Licensed under the [NoHarm license](./LICENSE.md)