I apologize if the way I'm asking this is why I haven't found an answer yet, but I've got a simple JS script that makes an AJAX request and gets data from an API and stores it.
I'd like to put that script on a server and have it run every 5 minutes, not client-side, but server-side.
I've found a resource called Later.js but I am not sure how to set it up on a server to automatically initialize and run.
Any help is greatly appreciated!!!