Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 306 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 306 Bytes

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)