I want to have a cron job fetch some RSS feeds externally every 2 minutes and post to the db.
I can use an external service when deployed but what’s the best way to implement when developing locally?
I started creating a simple express app to run alongside but wondering if there’s any better alternatives?