getmd
v1.0.0
Published
CLI wrapper around JINA AI's Reader api to get markdown from a URL
Readme
getmd
A simple CLI utility wrapper JINA AI's reader url-to-markdown api.
Option -k arg to add an api key for a higher rate limit.
Usage
Fetch and save a target url's page as a markdown file
$ npx getmd "https://www.stanford.edu/"
---------------------------
Markdown saved as: stanford-university.mdFetch with a JINA AI api key (for higher api rate limits)
$ npx getmd "https://www.stanford.edu/" -k "YOUR_JINA_API_KEY"
---------------------------
Markdown saved as: stanford-university.mdLicense
MIT
