I need to check the value inside a div. This is found on an online monitoring site. Essentially the aim would be to receive a notification/mail in case there are any changes. Ex: the value is 0 (no problems) most of the time. if it changes to 1 or more i need to save that value and send a notification. The notification part is not a problem, but for reading the values i have no ideas.
Example of the value to read at 0
<div class="disaster-bg">
<span class="count">0</span>
Disaster</div>
It's my first question on this site, so if i didn't follow some kind of rules, please tell me. Honestly I don't even know what language to use if like php or javascript or both or whatever. I never worked on an online site that i also didn't have locally so i'm kinda lost in this situation.