google-news-json

2.1.0 • Public • Published

Google News JSON API

Installation

npm install --save google-news-json
Or
yarn add google-news-json

Usage

Usage example:

let googleNewsAPI = require("google-news-json");
let news = await googleNewsAPI.getNews(googleNewsAPI.TOP_NEWS, null, "en-GB");

Also supports callback

googleNewsAPI.getNews(googleNewsAPI.SEARCH, "apple", "en-GB", (err, response) => {
    console.log(response);
});

Parameters

Method (defaults to TOP_NEWS or HIGHLIGHTS)

Query (this is ignored when method is TOP_NEWS or HIGHLIGHTS)

Locale (defaults to en-GB)

Callback (not required)

Methods

HIGHLIGHTS, TOP_NEWS, LOCATION, SEARCH, TOPIC, GEO

Supported TOPICS

TOPICS_WORLD, TOPICS_NATION, TOPICS_BUSINESS, TOPICS_TECHNOLOGY, TOPICS_ENTERTAINMENT, TOPICS_SCIENCE, TOPICS_SPORTS, TOPICS_HEALTH

Features and bugs

Please file feature requests and bugs at the issue tracker.

If you find this project helpful please

Buy Me A Coffee

Package Sidebar

Install

npm i google-news-json

Weekly Downloads

363

Version

2.1.0

License

MIT

Unpacked Size

8.62 kB

Total Files

9

Last publish

Collaborators

  • riftninja