1.0.0 • Published 1 year ago

sidrah-atm v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Typescript-ATM

A basic command line ATM with three functionalities.

  1. Balance Inquiry
  2. Deposit
  3. Withdraw

It contains user data in form of tuples stored in an array. You can login using the following Name and PIN combinations. Name | PIN :---: | :---: Sidrah | 123 Zia | 1234 Ali | 12345

To start this typescript ATM, first install node. Then type npx sidrah-atm.