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: 15 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T13:52:39.000Z (about 2 years ago)
- Last Synced: 2025-01-23T00:11:13.647Z (over 1 year 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).