/webtaskio-url-markdown

URL to Markdown service using webtask.io and fuckyeahmarkdown.com

Primary LanguageJavaScript

Saving web pages as Markdown using webtask.io and fuckyeahmarkdown.com

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.