Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rudrodip/metalens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metalens

Extract, view, and analyze website metadata from the command line

Features

  • Extract Open Graph, Twitter card, and standard meta tags
  • View metadata in a formatted terminal output
  • Save metadata as JSON for further analysis
  • Preview metadata in a local web interface

preview

Installation

npm install -g metalens

npx metalens

Usage

# Provide URL directly
metalens example.com

# Interactive mode
metalens

After fetching metadata, choose to:

  • View data in the terminal
  • Save as JSON file
  • Launch local preview in browser

On the web

The entire metalens service is available online at metalens.rdsx.dev powered by Cloudflare Workers.

Development

git clone https://github.com/rudrodip/metalens.git
cd metalens
bun install
bun run dev

License

MIT

About

extract and preview website metadata from the command line

Resources

License

Stars

Watchers

Forks