0.0.1 • Published 6 years ago

google-news-feed v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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