carterm / scan-url

Node.js app to scan URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan-url

scan-url is a Node.js tool designed for scanning public ca.gov domains to extract valuable information such as metadata, Google Analytics usage, State Template usage, and more. If you're responsible for managing or monitoring California government websites, this tool can be a valuable asset.

Features

  • URL Scanning: Analyze URLs associated with ca.gov domains.
  • Metadata Extraction: Retrieve metadata information from web pages.
  • Google Analytics Usage: Identify if Google Analytics is implemented on a given page.
  • State Template Detection: Detect the usage of specific state templates.

Installation

  1. Clone this repository:

    git clone https://github.com/carterm/scan-url.git
  2. Install the required dependencies:

    npm install

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Node.js app to scan URLs

License:MIT License


Languages

Language:JavaScript 100.0%