Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 440 Bytes

medium-to-markdown

Convert medium link to markdown

Screenshots

screenshot1 screenshot2

How to use the hosted version

  1. Visit the website
  2. Enter medium article link
  3. Review the generated markdown
  4. Edit if you need any fixes or additions
  5. Use the final markdown

Setup locally

  1. Clone the repo
  2. Install dependencies npm install
  3. Run the server npm start