Hello,
I need to build a section on a site that showcases a few news that I'm scraping from another site (including a link to the source of course)
I've already built the nodejs scraper that I plan on running with a cron job every morning and hopefully integrate it into the Grav scheduler (I've never done it but should be simple).
What's the best way to pass the data I have from node to Grav?
I was thinking of writing the array to a JSON and then somehow read that from Grav and build the collection. Maybe use flex objects? Or maybe even writing a text file from node and renaming it to .md, I'm sure that's also possible but not very elegant.
I would greatly appreciate some advice. Thank you
