Node.js/TS service that extracts website metadata, demonstrating Docker multi-stage builds.
130
Link Preview Generator is a Node.js/TypeScript service that fetches website metadata (title, description, image, site name) from any URL. Built to demonstrate Docker multi-stage builds, reducing the final image size from approximately 1.2 GB to 246 MB
DOCKER CONCEPTS DEMONSTRATED:
TECH STACK:
USAGE:
docker run -d \
--name preview \
-p 3000:3000 \
muneebrather/link-preview:latest
Muneeb Ahmad Rather
Content type
Image
Digest
sha256:c7bfc5d96…
Size
54 MB
Last updated
2 months ago
docker pull muneebrather/link-preview-generator