UNPKG

hoorain-atm

Version:

ATM Simulator: A Node.js package for creating console-based ATM simulations. Offers interactive prompts and colorful output for an engaging user experience.

22 lines (14 loc) 772 B
# Hoorain ATM ATM Simulator is a Node.js package that provides a console-based ATM simulation experience. It offers a range of functionalities including withdrawals, deposits, transfers, and balance inquiries. With colorful output, interactive prompts, and animated text, it delivers an engaging user experience, making it perfect for learning and testing financial concepts or building simple ATM applications. ## Use the ATM ``` npx hoorain-atm ``` ## Packages Used [chalk](https://github.com/chalk/chalk) | [chalk-animation](https://github.com/bokub/chalk-animation) | [inquirer](https://github.com/SBoudrias/Inquirer.js) | [nanospinner](https://github.com/usmanyunusov/nanospinner) ``` npm i chalk chalk-animation inquirer nanospinner ```