hungry

0.5.0 • Public • Published

hungry

A hungry feed parser

Getting Started

Install the module with: npm install hungry

var Hungry = require('hungry');
var hungry = new Hungry('http://mysite.com/rss');
hungry.feed(function(err, contents) {...} );

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Nicola Orritos. Licensed under the Apache v2 license.

Readme

Keywords

none

Package Sidebar

Install

npm i hungry

Weekly Downloads

2

Version

0.5.0

License

none

Last publish

Collaborators

  • nicolaorritos