Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henrybravos/healthos_functions
- Owner: henrybravos
- Created: 2024-04-20T16:42:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T13:52:39.000Z (6 months ago)
- Last Synced: 2024-09-12T06:57:59.391Z (2 months ago)
- Topics: firebase, functions, google-functions, nodemailer, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).