0.5.3 • Published 11 months ago

evds v0.5.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
11 months ago

evds

NodeJS için yazılan bir EVDS API modülü.

Kurulum

Bu projeyi kullanmak için npm install evds kodunu terminalinizde çalıştırın.

Kullanım

const evdsAPI = require('evds');

// Kendi API anahtarınızı buraya girin
const key = 'API_KEY';
const evds = new evdsAPI(key);

// Günlük veriyi çeker
evds.fetchSeries('TP.DK.USD.S.YTL', '13-09-2024', '16-09-2024')
  .then(data => {
    console.log(data);
  })
  .catch(error => {
    console.error(error.message);
  });

License

Bu proje Apache 2.0 lisansı ile korunmaktadır.

0.5.3

11 months ago

0.5.2

11 months ago

0.5.1

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago