I need to scrape data from certain websites at 12.00 AM PST, and present that scraped data on my website. How should I implement this? Will it be server-side or client-side? Should I use meteor-synced-cron?
I was thinking I'll do it without meteor-synced-cron, and do it instead in client/
, in that if the time is 12.00 AM, I update my collection for once and for all. Is that the right approach?