Skip to content

andremartingo/node-async-await-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published