Skip to content

gdoslu/tcmb-doviz-kuru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published