0.0.72 • Published 2 years ago

news-turkey v0.0.72

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Modül İndirme:

  npm install news-turkey

Örnek Kullanım:

const news = require('news-turkey')
const date = () => new Date()

console.log(date(), 'System opened!')

setTimeout(async () => {
    //count seçeneği haber sayısını belirler, kullanılmaz ise 20 haber gönderilir.
    const information = await news({ count: 5 })
    console.log(information)
}, 2000);

Örnek Çıktı:

[
    {
        "category": "Teknoloji",
        "date": "08/04/2023 18:41",
        "text": "İnstagram Mavi Tik Satışları Zirvede: Rekor Gelir Açıklandı",
        "image": "https://cdn.haber.com/wp-content/uploads/2022/09/instagramdan-hikaye-videolar-artik-parcalara-bolunmeyecek-40663.jpg",
        "link": "https://www.haber.com/instagram-mavi-tik-satislari-zirvede-rekor-gelir-aciklandi-694876/"
    },
    {...},
    {...},
    {...},
    {...}
]

ISC License

Geri Bildirim

E-posta: me@cihatksm.com adresinden bana ulaşın.

Bilgi

0.0.72

2 years ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.71

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago