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: 10 months ago
JSON representation

Template for Cloud Functions that process Raisely Web Hooks

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)