smart_currency_converter
v1.0.2
Published
A TypeScript-based command-line currency converter using Node.js, Inquirer, Chalk, and Axios. This tool allows users to convert an amount from one currency to another using real-time exchange rates.
Downloads
5
Readme
Currency_converter
A TypeScript-based command-line currency converter using Node.js, Inquirer, Chalk, and Axios. This tool allows users to convert an amount from one currency to another using real-time exchange rates.
About
This project was developed as an assignment for the first quarter of the Governor Sindh IT Initiative Program. It will be showcased on my GitHub and npm profiles.
Features
Real-Time Exchange Rates: Fetches the latest exchange rates using the ExchangeRate API.
Currency Conversion: Converts an amount from a base currency to a target currency.
User-Friendly Prompts: Guides users through the conversion process with easy-to-follow prompts.