1.0.2 • Published 1 year ago

wmd-ts-currency-converter v1.0.2

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

Command Line Currency Converter (TS)

A CLI based currency converter using typescript and published as an executable npm package, complete problem statement is available here.

NPM Package

Usage

This project is published as an npm package. To use follow these steps.

  • Install as an npm package

    npm i wmd-ts-currency-converter
  • Run the app after installation

    wmd-ts-currency-converter
  • Use the app as an npx package

    npx wmd-ts-currency-converter

Instructions

This app provide exchange rate for the given pair of currencies Exchange rates are refreshed every 24 hours

  • Inputs :

    • Select currency pair you want to find exchange rate of
    • Enter amount
  • Results :

    • Latest exchange rate

Demo

Steps to code CLI Currency Converter

All the details to code this app is given here.