Hack-The-Tunnels-8 / hack-the-tunnels-oreo

hack-the-tunnels-oreo created by GitHub Classroom
0 stars 0 forks source link

Scheduled Orders Report #19

Open hackthetunnelsbot[bot] opened 1 year ago

hackthetunnelsbot[bot] commented 1 year 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.