Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 285 Bytes

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))