Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamdecaf/aba
ABA routing number lookup and validation tool
https://github.com/adamdecaf/aba
aba routing-number
Last synced: about 1 month ago
JSON representation
ABA routing number lookup and validation tool
- Host: GitHub
- URL: https://github.com/adamdecaf/aba
- Owner: adamdecaf
- License: apache-2.0
- Created: 2024-02-21T22:02:22.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T23:09:30.000Z (2 months ago)
- Last Synced: 2024-09-14T13:35:29.510Z (2 months ago)
- Topics: aba, routing-number
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aba
[![Build Status](https://github.com/adamdecaf/aba/workflows/Go/badge.svg)](https://github.com/adamdecaf/aba/actions)
[![Coverage Status](https://codecov.io/gh/adamdecaf/aba/branch/master/graph/badge.svg)](https://codecov.io/gh/adamdecaf/aba)
[![Go Report Card](https://goreportcard.com/badge/github.com/adamdecaf/aba)](https://goreportcard.com/report/github.com/adamdecaf/aba)
[![Apache 2 License](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/adamdecaf/aba/master/LICENSE)aba is a CLI tool for looking up (and expanding) ABA routing numbers.
## Usage
Signup for a [Moov Account](https://dashboard.moov.io) and [setup the environment variables](https://github.com/moovfinancial/moov-go?tab=readme-ov-file#moov---go-client) for Moov's Go SDK.
```
$ aba -ach 27397636
Routing Number Customer Name Phone Number Address
273976369 VERIDIAN CREDIT UNION 3192878332 1827 ANSBOROUGH AVE WATERLOO IA 50701
``````
$ aba -wire 021201383
Routing Number Telegraphic Name Customer Name Fund Transfers Settlement Only Book Entry Transfers Address
021201383 VALLEY PASSAIC VALLEY NATIONAL BANK Y N Y
```## Supported and tested platforms
- 64-bit Linux (Ubuntu, Debian), macOS, and Windows
## License
Apache License 2.0 - See [LICENSE](LICENSE) for details.