Skip to content

islemci/evds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

EVDS API'si için tasarlanan NPM modülü.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published