Feed Titles
Installation
$ npm install feedtitles
Usage
var Titles = ; var titles = 'http://feeds.reuters.com/Reuters/worldNews'; titles; titles; // give me moar!// calling `Titles#feed` will load up a new feed and spit things out againtitles;
Tests
Tests use mocha
$ npm test