npm

google-news-feed

0.0.1 • Public • Published

google-news-feed

TODO description

Prerequisites

NodeJS version 8.5 or higher is required.

How to use

Run npm i google-news-feed --save.

const getGoogleNewsFeed = require('./index');
const news = await getGoogleNewsFeed('SEARCHTERM');

Options

hl - Language country - Country Code

const getGoogleNewsFeed = require('./index');
const news = await getGoogleNewsFeed('aaa', {hl: 'de', country: 'DE'});

sarasteiert.com  ·  GitHub @salomonelli  ·  Twitter @salomonelli

Readme

Keywords

none

Package Sidebar

Install

npm i google-news-feed

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • salomonelli