1.2.2 • Published 30 days ago

haberler v1.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
30 days ago

Destek

📂 Npm Modül

📇 Github

İndirme

npm i haberler

Örnek:

const {haber} = require("haberler");
(async()=>{
  const x = await haber()
  console.log(x[0])
})()

» Kategori belirterek belirtilen kategorinin haberlerini alabilirsiniz. Boş bırakarak veya "" koyarak tüm haberleri alabilirsiniz. Kategoriler: "son-dakika","ekonomi", "guncel", "dunya", "spor", "politika", "magazin", "teknoloji", "saglik", "otomobil", "kultur-sanat", "kadin"

Örnek:

const {haber} = require("haberler");
(async()=>{
  const x = await haber("spor")
  console.log(x)
})()

» Sayı belirterek istediğiniz sayıda haber alabilirsiniz. (Belirtilen sayı 1'den küçük 20'den büyük olmamalıdır.)

Örnek:

const {haber} = require("haberler");
(async()=>{
  const x = await haber("",10)
  console.log(x)
})()

Herhangi bir sorunda Discord Sunucumuzdan bize ulaşabilirsiniz.

Discord Sunucumuz: https://discord.gg/jhT5hRf89u

Discord

1.2.2

30 days ago

1.2.0

1 month ago

1.2.1

1 month ago

1.1.9

3 months ago

1.1.8

3 months ago

1.1.1

4 months ago

1.0.2

4 months ago

1.1.0

4 months ago

1.0.9

4 months ago

1.1.7

4 months ago

1.1.6

4 months ago

1.0.7

4 months ago

1.1.5

4 months ago

1.0.6

4 months ago

1.1.4

4 months ago

1.0.5

4 months ago

1.1.3

4 months ago

1.0.4

4 months ago

1.1.2

4 months ago

1.0.3

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago