hungry
v0.5.0
Published
Hungry feed parser
Downloads
1
Readme
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.