Skip to content

Commit

Permalink
docs: update README with link to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Mar 2, 2024
1 parent abd8617 commit f2b7d75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# OFX JS

Parse Open Financial Exchange (OFX) files into a usable data structure.

For details on the OFX file format, download the latest specification from
http://www.ofx.org/downloads.html

[![NPM Version](https://img.shields.io/npm/v/ofx-js)](https://www.npmjs.com/package/ofx-js)
![NPM Downloads](https://img.shields.io/npm/dm/ofx-js)

# Goals

* Work in the browser (no native code dependencies)
Expand All @@ -21,6 +25,12 @@ XML parser being used, it is not API-compatible and is probably slower.

# Usage

Installation:

```sh
npm install ofx-js
```

Example usage:

```javascript
Expand Down

0 comments on commit f2b7d75

Please sign in to comment.