-
-
Save timbury/ce3e8e17c4b8c1feeff7a98961b52396 to your computer and use it in GitHub Desktop.
Revisions
-
scripting created this gist
Jun 29, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ var urlOpml = "http://davewiner.com/davewiner.opml"; opmlLib.readOpmlUrl (urlOpml, function (theOutline) { httpResponse.writeHead (200, {"Content-Type": "application/json", "Access-Control-Allow-Origin": "*"}); httpResponse.end (utils.jsonStringify (theOutline)); });