Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 546 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 546 Bytes

article parser

Available at: https://articleparser.vercel.app/

It's a simple site that you give a URL and it gives you the article content of the URL.

This project is basically a duct tape of the following projects:

  • Go Readability: The actual article parser.
  • godown: Converter from HTML to Markdown. Not used in the site.
  • Golang Standard library to fetch stuff.

To deploy it just link the project to a Vercel project. Everything should magically work.