1.1.1 • Published 3 years ago

news.js v1.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

news.js

A npm package that fetches latest news from msn.

Installation

$ npm i news.js

Usage

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

// basic current news
news().then(response => {
    console.log(response);
});

// change news topic and/or market
news({
    market: "en-GB",
    vertical: "sports" 
}).then(response => {
    console.log(response);
});
1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago