Written as a Node.js script with a simple command line user interface. ##Features
- Autonomic Bank User Interface
- Bank/ATM can create new accounts
- Account are verified by Pin and secret Bank ID
- Users can..
- Print Balance
- Make Deposit
- Make Withdrawl
- Transfer funds
##Setup
###Install Node.js First you must have Node.js installed globally on your machine. You can easily do this from the main website Node.js
###Install Dependencies After clone and CD into directory..
$ npm install
##Launch Program
$ npm run start
If all goes as planned atm-simulator should run in the terminal window until interruped(CTRL-C) or closed.