0.5.0 • Published 10 years ago

hungry v0.5.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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.

0.5.0

10 years ago

0.4.0

10 years ago

0.2.0

10 years ago