The application is designed to analyze web pages.
To build the application locally you need Go version 1.20 or above installed on your machine.
- Make a copy of config.toml file
cp config.example.toml config.toml
and update the configs if you would use another values.
- To run application use command
go run main.go
- The application is available in browser under address
localhost:8080if defaults are not changed inconfig.toml
- To analyze the webpage enter the URL of the website
you want to analyze and click
Analyze
if the URL is not associated with any website you see the error

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

