Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-27T22:48:14.000Z (about 1 year ago)
- Last Synced: 2024-04-14T20:21:44.153Z (9 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- 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
```