andremartingo / node-async-await-kata

Exchange Currency and get Countries which accept it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Exchange Terminal App

Node script to calculate Exchange Currency based on Currency Code. It fetches the currency rate and get the countries which use it.

Goals

  • Async/Await
  • Terminal
  • Yargs

Instalation

$ git clone git@github.com:andremartingo/node-async-await-kata.git
$ cd node-async-await-kata
$ npm install

Usage

$ node currency-converter.js -i "USD" -f "EUR" -a 3

Demo

About

Exchange Currency and get Countries which accept it


Languages

Language:JavaScript 100.0%