Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timgabets/atm-fits

ATM Financial Institution Tables Service
https://github.com/timgabets/atm-fits

Last synced: about 2 months ago
JSON representation

ATM Financial Institution Tables Service

Awesome Lists containing this project

README

        

# atm-fits

ATM FITs (Financial Institution Tables) Service implementation, used by [Electron ATM](https://github.com/timgabets/electron-atm) application. The module may be used for NDC ATM FITs parsing and processing.

## To use:
```javascript
const FITsService = require('atm-fits');

var s = new FITsService();
```