0.5.3 • Published 10 months ago

evds v0.5.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 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

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago