Skip to content
/ urlmd Public

An http API that ingests some url, and returns markdown from the html, caching the results

License

Notifications You must be signed in to change notification settings

DeabLabs/urlmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlmd

An http API that ingests some url, and returns markdown from the html, caching the results

Usage

git clone [email protected]:DeabLabs/urlmd.git
cd urlmd
docker compose up
curl http://localhost:8080/convert -X POST -d '{"url": "https://www.hackernews.com"}'

About

An http API that ingests some url, and returns markdown from the html, caching the results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published