From f2b7d75a8bd7870b8a4d4a2c2de2597d9eb73495 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Fri, 1 Mar 2024 16:30:52 -0800 Subject: [PATCH] docs: update README with link to NPM --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 54097c7..1ac0de3 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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