node-url2markdown-cli

Fetch a url and translate it to markdown in one command

Usage no npm install needed!

<script type="module">
  import nodeUrl2markdownCli from 'https://cdn.skypack.dev/node-url2markdown-cli';
</script>

README

node-url2markdown-cli

Convert website to markdown from URL. Powered by kennethreitz/url2markdown

YES! It's a node.js version of url2markdown-cli

install

$ npm install -g node-url2markdown-cli

usage

$ url2markdown {url}

# save in a file
$ url2markdown {url} > result.md

License

Unfortunately, this code is released under GPLv3.