Skip to content

Commit 9e1e255

Browse files
authored
Update README.md
1 parent b59b3a4 commit 9e1e255

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# page-title-change-detector
2-
A tiny Windows utility program that downloads a web page's source code at a regular interval and alerts you when the title changes
2+
A tiny Windows utility program written in C# that downloads a web page's source code at a regular interval and alerts you when the title changes
3+
4+
This program offers one simple functionality:
5+
* Select an interval (in seconds)
6+
* Enter the URL of a web page
7+
* Press 'Start'
8+
9+
When you press 'Start', the program will retrieve the page title once and set it as 'Initial page title'.
10+
Then it will redownload the same page regularly at the specified interval.
11+
If a change is detected, the program stops checking, emits a sound, and displays an alert message box.
12+
13+
Requirements:
14+
* Microsoft Windows
15+
* .NET Framework 4.5.1+
16+
* Internet connection

0 commit comments

Comments
 (0)