A Deno project that converts URLs to Markdown, designed to be hosted on Deno edge deploy servers.
url-to-markdown is a lightweight and efficient tool that takes a URL as input and generates a Markdown representation of the webpage content. It's built with Deno and optimized for deployment on Deno edge servers, ensuring fast and reliable performance.
- Convert web pages to Markdown format
- Extracts main article content
- Plain text or JSON response
- Optionally auto-download as file
- Fast
- Designed for Deno runtime
To use this project, make sure you have Deno installed on your system. Then, you can clone this repository:
git clone https://github.com/yourusername/url-to-markdown.git
cd url-to-markdown
To run the project locally:
Contributions are welcome! Please feel free to submit a Pull Request.