cli_currencyconverter_piaic_shaheer
v1.0.7
Published
A cli Currency Converter Application designed witht the help of chalk and developed using TypeScript.
Downloads
17
Readme
TypeScript Currency Converter Application using chalk and inquirer - Muhammad Shaheer Kamran
A cli Currency Converter Application designed witht the help of chalk and developed using TypeScript.
This is a console based application which allows the user to input:
- Amount in USD
- The desired currency's result
- Options include: PKR, INR, AED, Japanese Yen, Chinese Yuan, Euro
This program is made for the sole purpose of practice and showing skills based upon TypeScript language.
Download the Package
npm i cli_currencyconverter_piaic_shaheerRun the Currency Converter App on your terminal
npx cli_currencyconverter_piaic_shaheerPackages
Inquirer
npm i inquirerChalk
npm i chalkDev Dependencies
npm i @types/inquirer -DNode Modules
npm i node
npm i @types/node