Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noook/fat-track
A serverless app that tracks on a daily basis your weight evolution
https://github.com/noook/fat-track
faunadb google-assistant health netlify serverless typescript webhooks weight-tracking
Last synced: about 21 hours ago
JSON representation
A serverless app that tracks on a daily basis your weight evolution
- Host: GitHub
- URL: https://github.com/noook/fat-track
- Owner: noook
- Created: 2020-05-26T09:50:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:20:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T10:10:52.150Z (about 2 months ago)
- Topics: faunadb, google-assistant, health, netlify, serverless, typescript, webhooks, weight-tracking
- Language: TypeScript
- Homepage:
- Size: 3.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fat-track
[![Netlify Status](https://api.netlify.com/api/v1/badges/7fe6ee59-bb00-4e14-8835-51d07dadb5c3/deploy-status)](https://app.netlify.com/sites/fat-tracker/deploys)
A serverless app that records your weight on a daily basis through Google Assistant
## Usage
```
- Ok Google, save my weight: 82.5 kilograms
- Alright I'm saving it, 82.5 kilograms.
```It Sends a POST request containing the value to the app, then value is saved into FaunaDB
Then later I'll try to make some graphs, stats and a dashboard to visualize the data