Skip to content

alfonsusac/check-site-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4ae737 · Mar 31, 2025
Mar 23, 2025
Mar 31, 2025
Mar 14, 2025
Mar 7, 2025
Mar 8, 2025
Mar 27, 2025
Mar 31, 2025
Mar 12, 2025
Mar 7, 2025
Mar 13, 2025
Mar 29, 2025
Mar 25, 2025
Mar 6, 2025
Mar 11, 2025

Repository files navigation

check-site-meta

check-site-meta is a command-line tool for inspecting website metadata and generating link previews without requiring deployment. It runs a local Node.js backend to bypass CORS restrictions and caching issues, providing accurate metadata retrieval.

Features

  • Extract metadata from any URL: OpenGraph and Twitter
  • Compatible with localhost for local development
  • Supports link previews (X/Twitter, Discord, Google, Facebook)
  • Avoids CORS and caching limitations

Installation & Usage

To use check-site-meta, install it via npx or pnpx:

npx check-site-meta
# or
pnpx check-site-meta

Checking Localhost Ports

To inspect metadata for a locally running application, specify a port:

pnpx check-site-meta 3000
pnpx check-site-meta 5173

Customizing the Backend Port

To change the backend port, use the -p flag:

pnpx check-site-meta 5173 -p 5000

Disable Analytics

To disable the analytics, use the --no-analytics flag or set a DO_NOT_TRACK env to true or 1

pnpx check-site-meta --no-analytics

Hyperlinks

For feedback or issues, please open an issue on GitHub or contact me on X (alfonsusac)

Star History Chart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published