Website Fetch Request Template

Template for sending fetch requests (typically grabbed from browser dev tools), looking for changes, and using sendNotification if changes are found.

Remix and add a cron trigger to send requests on your schedule!

Uses cookieFetch to automatically manage and update cookies while sending requests. This is useful when you're grabbing an authenticated fetch request from a website's Network dev tools that returns response cookies that need to be added to follow up requests.