
Check Site Meta
Inspect websites metadata and generating link previews!
Check Site Meta
lassejlv/check-site-meta
Just deployed
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
- Compatible with
localhost
for local development - Supports link previews (X/Twitter, Discord)
- 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
Resources
- NPM: check-site-meta
- GitHub: alfonsusac/check-site-meta
For feedback or issues, please open an issue on GitHub.
Template Content
Check Site Meta
lassejlv/check-site-meta