Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timgabets/atm-hardware
ATM Hardware service (npm module)
https://github.com/timgabets/atm-hardware
Last synced: about 2 months ago
JSON representation
ATM Hardware service (npm module)
- Host: GitHub
- URL: https://github.com/timgabets/atm-hardware
- Owner: timgabets
- Created: 2017-10-11T11:25:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T06:34:02.000Z (over 7 years ago)
- Last Synced: 2023-12-08T19:42:24.541Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# atm-hardware
ATM Hardware, used by [Electron ATM](https://github.com/timgabets/electron-atm) application.
## To use:
TODO
```javascript
const ATMHardwareService = require('atm-hardware');
var hw = new ATMHardwareService();```