https://github.com/lousando/bp-csv
Formats exports from Blood Pressure Monitor to a more human-readable format.
https://github.com/lousando/bp-csv
Last synced: 4 months ago
JSON representation
Formats exports from Blood Pressure Monitor to a more human-readable format.
- Host: GitHub
- URL: https://github.com/lousando/bp-csv
- Owner: lousando
- Created: 2023-12-27T22:47:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-27T22:48:14.000Z (over 1 year ago)
- Last Synced: 2025-01-24T15:30:21.881Z (6 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bp-csv
Formats exports from
[Blood Pressure Monitor](https://f-droid.org/en/packages/com.derdilla.bloodPressureApp/)
to a more human-readable format.### Pre-Reqs
[Go 1.18+](https://go.dev/)
## Install
```bash
make install
# or
go install
```## Build
```bash
make
# or
go build -o ./bin/bp-csv
```## Usage
```bash
bp-csv ./path/to/original/csv/export.csv
```