A JS snippet for Auth0's excellent webtask.io service.
This webtask takes a URL as a parameter and runs the URL through fuckyeahmarkdown.com service. The resulting Markdown of the page is saved to a MongoDB database. The connection string for the database must be specified using a webtask secret token.
See How it works and If-this-then-nodejs with webtask.io for additional details.