Hack-The-Tunnels-8 / hack-the-tunnels-Your-Local-Vegetables

0 stars 0 forks source link

Scheduled Orders Report #19

Open hackthetunnelsbot[bot] opened 12 months ago

hackthetunnelsbot[bot] commented 12 months ago

Description:

Setup a scheduled cron job that runs each hour that outputs a pdf with the information of all orders that have been created within that past hour.

Read the following article for more information on how you can setup cron jobs with Node.js.

To generate the pdf, we recommend trying the pdf-creator-node package

Acceptance Criteria:

A scheduled cron job runs each hour outputting a pdf that displays each order which has occured in the past hour.