{"id":15800333,"url":"https://github.com/freewil/node-fedach","last_synced_at":"2025-03-31T20:13:35.560Z","repository":{"id":4356463,"uuid":"5492688","full_name":"freewil/node-fedach","owner":"freewil","description":"Parse FedACH Directory File Format for Node.js","archived":false,"fork":false,"pushed_at":"2017-03-19T03:44:21.000Z","size":674,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T01:07:47.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freewil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-21T09:06:26.000Z","updated_at":"2017-05-08T05:58:28.000Z","dependencies_parsed_at":"2022-09-05T21:11:10.762Z","dependency_job_id":null,"html_url":"https://github.com/freewil/node-fedach","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freewil%2Fnode-fedach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freewil%2Fnode-fedach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freewil%2Fnode-fedach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freewil%2Fnode-fedach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freewil","download_url":"https://codeload.github.com/freewil/node-fedach/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-05T01:01:29.063Z","updated_at":"2025-03-31T20:13:35.540Z","avatar_url":"https://github.com/freewil.png","language":"CoffeeScript","readme":"# fedach [![Build Status](https://travis-ci.org/freewil/node-fedach.svg?branch=master)](https://travis-ci.org/freewil/node-fedach)\n\nParse FedACH Directory File Format for Node.js\n\n## Install\n\n```\nnpm install fedach\n```\n\n## Usage\n\n```js\nconst fedach = require('fedach')\n\nfedach.download((err, data) =\u003e {\n  if (err) return console.error(err)\n  const results = fedach.parse(data)\n  console.log(results[0]);\n})\n```\n\n```js\n{\n  routing: '011000015',\n  office: 'O',\n  frb: '011000015',\n  type: '0',\n  date: '020802',\n  newRouting: '000000000',\n  customer: 'FEDERAL RESERVE BANK',\n  address: '1000 PEACHTREE ST N.E.',\n  city: 'ATLANTA',\n  state: 'GA',\n  zip: '30309',\n  zipExt: '4470',\n  zipFull: '30309-4470',\n  phoneArea: '866',\n  phonePrefix: '234',\n  phoneSuffix: '5681',\n  phoneFull: '8662345681',\n  status: '1',\n  dataView: '1',\n  filter: '     '\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreewil%2Fnode-fedach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreewil%2Fnode-fedach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreewil%2Fnode-fedach/lists"}