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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i google-feeds

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • sentientwaffle