UNPKG

atm-fits

Version:
13 lines (7 loc) 321 B
# 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(); ```