Skip to content

Releases: chethanyadav456/waybackurls

v0.0.2

07 Dec 23:24

Choose a tag to compare

Features

Complete CLI and Library Implementation

CLI Tool

  • ✅ Command-line interface with (domain) and (output) flags
  • ✅ Legacy positional argument support
  • ✅ File output with flag
  • ✅ Help text and usage examples

Library API

  • ✅ Async fetchWaybackUrls() function
  • ✅ Configurable options (matchPrefix, collapse)
  • ✅ Promise-based API for programmatic use

Features

  • 🔍 Fetch historical URLs from Wayback Machine CDX API
  • 📝 Save results to file or stdout
  • 🛡️ Automatic conflict detection (removes duplicate waybackurls installations)
  • 📦 Available as global CLI or importable library
  • 📚 Comprehensive documentation and examples

Installation

npm install -g waybackurls

Usage

waybackurls -d example.com -o results.txt