npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

haber.js

v1.0.4

Published

Günlük haber çekebileceğiniz bir modüldür.

Downloads

4

Readme

HABER.JS

Günlük Haber Çekebileceğiniz Modül

Haber Türleri : gundem, dunya, ekonomi, moda, spor

Kullanım :

GUNDEM

const haber = require("haber.js");

haber.gundem().then(function(r) {
	console.log(r);//Gundem hakkında haber listesi.
});

//veya (async fonksiyonlarda)

const haber = require("haber.js");

var gundemhaber = await haber.gundem();
console.log(gundemhaber);//Gundem hakkında haber listesi.

DUNYA

const haber = require("haber.js");

haber.dunya().then(function(r) {
	console.log(r);//Dunya hakkında haber listesi.
});

//veya (async fonksiyonlarda)

const haber = require("haber.js");

var dunyahaber = await haber.dunya();
console.log(dunyahaber);//Dunya hakkında haber listesi.

EKONOMİ

const haber = require("haber.js");

haber.ekonomi().then(function(r) {
	console.log(r);//Ekonomi hakkında haber listesi.
});

//veya (async fonksiyonlarda)

const haber = require("haber.js");

var ekonomihaber = await haber.ekonomi();
console.log(ekonomihaber);//Ekonomi hakkında haber listesi.

MODA

const haber = require("haber.js");

haber.moda().then(function(r) {
	console.log(r);//Moda hakkında haber listesi.
});

//veya (async fonksiyonlarda)

const haber = require("haber.js");

var modahaber = await haber.moda();
console.log(modahaber);//Moda hakkında haber listesi.

SPOR

const haber = require("haber.js");

haber.spor().then(function(r) {
	console.log(r);//Spor hakkında haber listesi.
});

//veya (async fonksiyonlarda)

const haber = require("haber.js");

var sporhaber = await haber.spor();
console.log(sporhaber);//Spor hakkında haber listesi.

Örnek Haber Listesi :

[
  {
    baslik: "Resmen açıklandı! G.Saray'da yeni dönem",
    link: 'https://www.hurriyet.com.tr/sporarena/son-dakika-galatasarayda-kerem-tunceri-donemi-41868981',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/138x78/611000614e3fe10960ee16a1.jpg'
  },
  {
    baslik: 'Milli tenisçi şampiyon oldu',
    link: 'https://www.hurriyet.com.tr/sporarena/milli-tenisci-ergi-kirkin-tallink-estonian-open-turnuvasinda-sampiyon-oldu-41869000',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/138x78/61100f0f4e3fe10960ee1735.jpg'
  },
  {
    baslik: '"Desteğin karşılığını sahada vereceğiz"',
    link: 'https://www.hurriyet.com.tr/sporarena/arijanet-muric-destegin-karsiligini-sahada-verecegiz-41868985',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/138x78/611004d24e3fe01008b86a06.jpg'
  },
  {
    baslik: 'Ömer Faruk krizi! Hocası duyurdu',
    link: 'https://www.hurriyet.com.tr/sporarena/son-dakika-omer-faruk-beyaza-stuttgartta-lisans-engeli-hocasi-acikladi-41868798',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/138x78/610fa3064e3fe01008b864d3.jpg'
  },
  {
    baslik: "Konyaspor, Alanyaspor'u hazırlık maçında 3 golle geçti",
    link: 'https://www.hurriyet.com.tr/sporarena/konyaspor-alanyasporu-hazirlik-macinda-3-golle-gecti-41869036',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/360x303/611035cc4e3fe10960ee1893.jpg'
  },
  {
    baslik: "Hatayspor, Gaziantep'i tek golle yendi",
    link: 'https://www.hurriyet.com.tr/sporarena/atakas-hatayspor-1-gaziantep-0-41869017',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/350x198/6110240c4e3fe10960ee182d.jpg'
  },
  {
    baslik: "Razgatlıoğlu, Çekya'daki ikinci yarışta 2. oldu",
    link: 'https://www.hurriyet.com.tr/sporarena/milli-motosikletci-toprak-razgatlioglu-cekyadaki-ikinci-yarista-2-oldu-41868976',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/350x198/610ffb344e3fe10960ee166e.jpg'
  },
  {
    baslik: 'İdmanda Şafak Sezer sürprizi',
    link: 'https://www.hurriyet.com.tr/sporarena/safak-sezerden-sivasspor-antrenmanina-ziyaret-41868878',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/350x198/610fc5384e3fe01008b86739.jpg'
  },
  {
    baslik: 'Ortalık fena karıştı! Orkun sinirlendi ve...',
    link: 'https://www.hurriyet.com.tr/sporarena/son-dakika-feyenoord-atletico-madrid-macinda-saha-karisti-orkun-kokcu-cok-sinirlendi-ve-41868995',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/350x198/61100bc24e3fe01008b86a20.jpg'
  },
  {
    baslik: "Galatasaray'da St. Johnstone maçı mesaisi",
    link: 'https://www.hurriyet.com.tr/sporarena/galatasarayda-st-johnstone-maci-hazirliklari-devam-etti-41869022',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/350x198/61102a854e3fe10960ee184e.jpg'
  },
  {
    baslik: "Styria Grand Prix'sinde zafer Martin'in",
    link: 'https://www.hurriyet.com.tr/sporarena/motogpde-styria-grand-prixini-jorge-martin-kazandi-41868949',
    resim: 'https://i4.hurimg.com/i/hurriyet/75/350x198/610fe7d94e3fe01008b8693d.jpg'
  }
]

Not : Haber verileri Hürriyet Sitesinden çekilmektedir.