Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:18:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T20:24:15.057Z (7 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- 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)