first checkin

This commit is contained in:
Dylan Greene
2011-04-13 00:01:32 -04:00
commit 416979ce72
7 changed files with 189 additions and 0 deletions

13
test/test.js Normal file
View File

@@ -0,0 +1,13 @@
/*
use nodeunit to run tests.
*/
var RSS = require('../index');
var feed = new RSS();
feed.item();
feed.item();
feed.item();
console.log(feed.xml(true));