Skip to content

Commit

Permalink
Update the readme to show test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Abourass committed Jan 29, 2024
1 parent 2ab9956 commit be381b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nACHos

[![npm](https://img.shields.io/npm/v/nach2.svg?maxAge=2592000)](https://github.com/AssetVal/node-nacha)
[![Node.js CI](https://github.com/AssetVal/node-nacha/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/AssetVal/node-nacha/actions/workflows/node.js.yml)

nACHos is a library for generating or parsing ACH (Automated Clearing House) files for use within the ACH network, written in typescript. It's based off the repo Node-nACH, but rewritten to drop all the dependencies, fix the outstanding bugs, and modernize the syntax. I hope it's an even more high-performance, dependable and frustration-free solution for developers than the original, which did an amazing job.

Expand Down
9 changes: 9 additions & 0 deletions test/nachFiles/nach-hopefully-valid.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
101 281074114 2810741142311211536A094101Paltry Poultry AssetVal Bank 00000000
5200AssetVal 000000000000000000000000000001WEBPAYOFF Dec 1 2312010001281074110000000
62228107411499999000009 0000010000KyleDouglas Ha Kyle Douglas Hagadorn 0000000000000000008200000001002810741100000000000000000001000000000000010000000000000000000000000281074110000000
9000001000001000000010028107411000000000000000000010000000000000000000000000000000000000000000
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999

0 comments on commit be381b8

Please sign in to comment.