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.
Fetch and save a target url's page as a markdown file
$ npx getmd "https://www.stanford.edu/"
---------------------------
Markdown saved as: stanford-university.md
Fetch 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.md
MIT