Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```