google-feeds

0.0.1 • Public • Published

Feed-discover

Search for feeds using the Google Feeds JSON API.

Installation

$ npm install google-feeds

Usage

Each feed url is an Object with properties "source", "link", and "title".

var gfeeds = require('google-feeds');

gfeeds("Node.js blogs", function(err, feed_urls) {
  
});

License

See LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i google-feeds

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • sentientwaffle