I'm rather new to JavaScript (but have experience) and was wondering if it's possible to get information from the content on a website (blog), such as a post title or something of that sort, save that into an array, then have the JavaScript re-analyze that site in the future, save that data into the array as well, then compare both elements in the array?
I just want to know if the concept is executable? If it won't work, why not? Data storage? Input and output restriction?
Is there another language that could do that?
Thank you for your time!