Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timgabets/atm-fits
- Owner: timgabets
- Created: 2017-10-23T17:46:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T16:35:18.000Z (about 7 years ago)
- Last Synced: 2024-11-07T19:23:35.929Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```