fullstackpython.com
fullstackpython.com copied to clipboard
Added Monkey Test It free website monitoring service
Hey @jesper can you give me a bit more context behind this service? I haven't used it myself so any additional info would be helpful.
It's an active monitoring system tailored for web sites. It'll periodically (or via CI) hit the page and check for any broken JS/CSS/etc. Fairly useful as a final sanity check after a release, when you want to do more of a check than just "is the site up?".
P.S Built with Python/Flask :-)