Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 496 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 496 Bytes

tcmb-doviz-kuru

Get Indicative Exchange Rates Announced by the Central Bank of Turkey

Install with npm

https://www.npmjs.com/package/tcmb-doviz-kuru

npm i tcmb-doviz-kuru --save

Usage

var tcmbDovizKuru = require('tcmb-doviz-kuru');

function cb(error, data) {
    if (error) {
        console.log('error', error)
    }
    console.log(JSON.stringify(data));
}

tcmbDovizKuru(cb);

License

Copyright (c) 2016 Gokhan Doslu Released under the MIT license