0.0.10 • Published 9 years ago

google-feed v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Build Status

node-google-feed

Google Feed API wrapper

Installation

$ npm i google-feed --save

Usage

var Feed = require('google-feed');

Feed.load('http://lenta.ru/rss').then(callback); // feed: {...}
Feed.find('example').then(callback); // query: 'example', entries: [...]

Contributing

Read before submit a pull request:

0.0.10

9 years ago

0.0.9

9 years ago

0.0.6

9 years ago

0.0.7

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago