Skip to content

mikitabablo/webpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpages Analyzer

The application is designed to analyze web pages.

To build

To build the application locally you need Go version 1.20 or above installed on your machine.

  1. Make a copy of config.toml file

cp config.example.toml config.toml

and update the configs if you would use another values.

  1. To run application use command

go run main.go

  1. The application is available in browser under address localhost:8080 if defaults are not changed in config.toml

img.png

  1. To analyze the webpage enter the URL of the website you want to analyze and click Analyze

img.png

if the URL is not associated with any website you see the error img.png

To improve

Form Analyze:

  • More cases should be considered on analyze
  • Form analyze not always works correctly (investigate is it a problem of the library)

Improve frontend

Improve logger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors