Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.15 KB

Medium to Markdown

Medium to Markdown

Description

A web app that allows users to convert Medium articles into Markdown format by providing the link. You can see the app in action here: https://medium2md.nabilmansour.com/

Features

  • Convert Medium articles to Markdown
  • Preserve formatting, images, and links

Installation

To install medium-to-markdown, follow these steps:

  1. Clone this repository:
git clone https://github.com/NabilNYMansour/medium-to-markdown.git
  1. Navigate to the project directory:
cd medium-to-markdown
  1. Install the dependencies:
npm install
  1. Run
npm start

Purpose

I wanted to convert some of my Medium articles to Markdown so I could publish them on my personal website. I couldn't find a tool that did this in an easy way, so I built one myself.

Inspiration

This project is based on the CLI medium-to-markdown by dtesler.

License

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