Website-Finder/Webpage
2023-03-08 00:58:30 +01:00
..
found.mp3 Start redesigning the Webpage 2023-03-07 14:40:49 +01:00
index.css Finish making the Webpage user-friendly 2023-03-08 00:58:30 +01:00
index.html Finish making the Webpage user-friendly 2023-03-08 00:58:30 +01:00
index.js Finish making the Webpage user-friendly 2023-03-08 00:58:30 +01:00
README.md Start redesigning the Webpage 2023-03-07 14:40:49 +01:00

Website-Finder: Javascript

While this is called Javascript, it also makes use of HTML (and CSS, somewhat)

HOW TO RUN

It is already being run by GitHub Pages, but you may run it yourself simply by opening index.html in your web browser

Do note that using arguments and launching the search is done through the HTML, so you cannot use the cli/terminal to use arguments, and opening the file will not instantly trigger the search

# You should be able to double-click the file or drag the file to the web browser, but if you wanna be fancy

# Linux
$ xdg-open index.html

# Windows 10
$ explorer index.html

# macOS
$ open index.html

REGARDING REPORTS

Your web browser should be unable to create files on your computer, so unlike other scripts, no report in json is made

Instead, a report is created in real time within the HTML, while the logging is done by the browser in its development tools

REGARDING ARGUMENTS

The GitHub Pages version cannot use HTTP due to Mixed Content

The default arguments may not match the ones specified in defaults.json, as they have to be independent from each other

OTHER STUFF

More details are available on the readme in the root folder