Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henrybravos/healthos_functions

Cloud Functions for Firebase HealthOS
https://github.com/henrybravos/healthos_functions

firebase functions google-functions nodemailer typescript

Last synced: about 1 month ago
JSON representation

Cloud Functions for Firebase HealthOS

Awesome Lists containing this project

README

        

# Cloud Functions to HealthOS

The `firebase-functions` package provides an SDK for defining Cloud Functions for Firebase.

Cloud Functions is a hosted, private, and scalable Node.js environment where you can run JavaScript code. The Firebase SDK for Cloud Functions integrates the Firebase platform by letting you write code that responds to events and invokes functionality exposed by other Firebase features.

## Learn more

Here are some features:

- Send email when create RACS report, generate html, and attachment for send with nodemailer

## Usage

```bash
npm install
npm run serve
```

## License

© Google, 2017. Licensed under [The MIT License](LICENSE).