1.0.0 • Published 8 months ago

getmd v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

getmd

npm.io

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.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

License

MIT

1.0.0

8 months ago