0.0.10 • Published 10 years ago

google-feed v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.9

10 years ago

0.0.6

10 years ago

0.0.7

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago