# Express — Link Preview API A minimal Express server that exposes a `/api/preview?url=` endpoint. ## Setup ```bash npm install express linkpeek tsx npx tsx index.ts ``` ## Usage ```bash curl "http://localhost:3000/api/preview?url=https://github.com" ```