Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 621 Bytes

MD-link

A Clouflare Workers service to fetch web page titles and return them as markdown links.

Setup

  1. Click the button below and follow the on-screen instructions to proceed with the setup.

    Deploy to Cloudflare Workers

  2. On the Cloudflare Workers dashboard, register the following secrets as variables.

    • REQUEST_PATH: A randomly generated value.

Usage

curl https://<your worker domain>/<REQUEST_PATH>\?url=<url you want to get markdown link>