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

Installation
npm install -g metalens
npx metalens
Usage
metalens example.com
metalens
After fetching metadata, choose to:
- View data in the terminal
- Save as JSON file
- Launch local preview in browser
Development
git clone https://github.com/rudrodip/metalens.git
cd metalens
bun install
bun run dev
License
MIT