Skip to content

minabtech/etb-currency-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etb-currency-exchange

Ethiopian Birr Currency Exchange currently using Dashen Bank

USAGE

$ npm install etb-currency-exchange
const exchange = require('etb-currency-exchange');

exchange.getRate().then((rates) => console.log(rates))