Giter VIP home page Giter VIP logo

battleoverflow / webanalyzer Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 289 KB

Web Analyzer is a web analysis CLI built using TypeScript to allow immediate retrieval of website information without a GUI or any type of third-party installation

Home Page: https://www.npmjs.com/package/@stellata/webanalyzer

License: MIT License

TypeScript 77.39% JavaScript 22.61%
web-dev-cli cli typescript typescript-cli nodejs broken-link-finder command-line-tool

webanalyzer's Introduction

Web Analyzer by battleoverflow

Web Analyzer is a web analysis CLI built using TypeScript to allow immediate retrieval of website information without a GUI or any type of third-party installation. Currently allows for broken link detection, JSON and HTML export and extraction, website data aggregation, and much more.

Available arguments:

-h, --help              "Help menu"
-u, --url <value>       "Provide a URL for parsing broken links and collecting web info"
-f, --file              "Save website data to a file in JSON format (default: report.json)"
-o, --output            "Specify the name of the JSON or HTML file for extracted data (don't specify an extension)"
-v, --verbose           "Output link information in a file and display the data in terminal"
-d, --debug             "Debug logs (more in-depth information about the domain/tools being used)"
-w, --web               "Saves website data to a file in HTML format (default: report.html)"
-b, --broken            "Scans provided URL for broken links, returning a status code"

Examples

You can run this command to gather broken links on your website and export them to a JSON file:

webanalyzer -u https://example.com -f -o example_report -b

If you need to quickly export the HTML source code instead, you can run the same command as above, but by including the -w flag:

webanalyzer -u https://example.com -f -o example_report -b -w

NOTE: Depending on your system and how you installed webanalyzer, you may need to use npx alongside the CLI utility in the examples above.

webanalyzer's People

Contributors

battleoverflow avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.