getmd

1.0.0 • Public • Published

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

/getmd/

    Package Sidebar

    Install

    npm i getmd

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.69 kB

    Total Files

    4

    Last publish

    Collaborators

    • danielkhoo