1.0.5 • Published 1 year ago

altinkaynak v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Project description

Altinkaynak

This package is used for fetching altinkaynak.com rates based on TRY currency. To use it, simpy do that;

const Altinkaynak = require('altinkaynak');
    
const altin = new Altinkaynak();

const try_currencies = await altin.get_try_currencies();
console.log(JSON.stringify(try_currencies));

const rate = await altin.get_rate("USD","EUR");
console.log(JSON.stringify(rate));
1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago