A lightweight utility to extract and display the contents of any URL in Markdown format.
webread is a simple command-line tool that fetches the content of a given URL and outputs it as rendered Markdown. Perfect for quickly viewing web pages, blog posts, or documentation without needing a full browser.
- Fast and efficient fetching of online content
- Automatic rendering to Markdown format
- Command-line interface for easy use
TBD
To get started, clone this repository or install from source. Then, simply run the following command:
webread <url>
Replace <url> with the address you wish to fetch.
This project is open-source and welcomes contributions! Find issues to tackle and submit a PR for collaboration.
- Node.js
- Mozilla's Readability
- node-html-markdown
- yargs