Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/mkroehnert/weightrs
WeightRS is a privacy friendly weight tracker.
It runs in your browser as progressive web application and stores data only locally.
https://gitlab.com/mkroehnert/weightrs
rust seed wasm
Last synced: about 2 months ago
JSON representation
WeightRS is a privacy friendly weight tracker. It runs in your browser as progressive web application and stores data only locally.
- Host: gitlab.com
- URL: https://gitlab.com/mkroehnert/weightrs
- Owner: mkroehnert
- License: mit
- Created: 2020-04-26T10:50:15.498Z (over 4 years ago)
- Default Branch: master
- Last Synced: 2024-08-05T01:11:12.012Z (5 months ago)
- Topics: rust, seed, wasm
- Stars: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-seed-rs - WeightRS - Minimalistic and privacy friendly progressive web app for tracking your weight. (Projects Using Seed)
README
# WeightRS
WeighRS is a privacy friendly weight tracker.
It runs as a progressive web application in your browser, where also your data is stored (no servers involved except for serving the page).
Additionally, it is possible to download the displayed graph as PNG image and the weight data as CSV.Visit https://mkroehnert.gitlab.io/weightrs-pages/ to run the application.
Also available via the distributed web:
* Hashbase: dat://weightrs.hashbase.io/
* Raw Dat : dat://57ff68366c24da6367d1f94118d1501db7604b6ba7f5ea8826b6e5a0f4f6f4c4/Sourcecode (MIT) available here: https://mkroehnert.gitlab.io/weightrs
# Used Open Source Libraries #
* [seed (MIT)](https://seed-rs.org)
* [serde (MIT/Apache-2.0)](https://crates.io/crates/serde)
* [wasm-bindgen (MIT/Apache-2.0)](https://crates.io/crates/wasm-bindgen)
* [js-sys (MIT/Apache-2.0)](https://crates.io/crates/wasm-bindgen-futures)
+ [web-sys (MIT/Apache-2.0)](https://crates.io/crates/web-sys)# License
The source code of this application is available under the MIT license.
See [LICENSE](LICENSE) for details.# Authors
See [AUTHORS](AUTHORS.txt) for list of WeightRS authors and contributors