Skip to content

Web application to convert URL and HTML to Markdown

License

Notifications You must be signed in to change notification settings

AKT311209/url2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url2Md

Url2Md is a powerful tool designed to convert URLs and HTML content into Markdown format. This project extends the functionality of the original urltomarkdown by adding a user-friendly interface that supports both POST requests for HTML and GET requests for URLs.

Features

  • Convert URLs to Markdown
  • Convert HTML to Markdown
  • User-friendly interface
  • Supports both POST and GET requests

Docker Image

A pre-built Docker image is available for easy deployment. You can find it at Docker Hub.

Getting Started

To get started with Url2Md, follow these steps:

  1. Clone the repository:

    git clone https://github.com/akt311209/url2md.git
  2. Build the Docker image:

    docker build -t url2md .
  3. Run the Docker container:

    docker run -p 8080:8080 url2md
  4. Access the application: Open your web browser and navigate to http://localhost:8080.

Contributing

We welcome contributions to improve Url2Md. Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Special thanks to the original urltomarkdown project for providing the foundation for this tool.

About

Web application to convert URL and HTML to Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published