Skip to content

Instantly share code, notes, and snippets.

@ModestGoblin
Forked from scripting/getdavewineropml.js
Last active April 27, 2021 19:05
Show Gist options
  • Save ModestGoblin/3e679a395dd793bb478ab7e4ae5cbe84 to your computer and use it in GitHub Desktop.
Save ModestGoblin/3e679a395dd793bb478ab7e4ae5cbe84 to your computer and use it in GitHub Desktop.
🥓
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));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment