0.0.72 • Published 12 months ago

news-turkey v0.0.72

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.71

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago