@bakesaled/carbonate

A tool that converts financial data from OFX, QFX, or CSV into JSON.

Usage no npm install needed!

<script type="module">
  import bakesaledCarbonate from 'https://cdn.skypack.dev/@bakesaled/carbonate';
</script>

README

Carbonate

A tool that converts financial data from OFX, QFX, or CSV into JSON.

Installation

$ npm install

Running the app

# development
$ npm run start

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Usage

(see example code)