danistark1 / recipesAPI

API endpoints for https://github.com/PascaleStark
0 stars 0 forks source link

[Feature] Email a randomly selected recipe #34

Closed danistark1 closed 2 years ago

danistark1 commented 2 years ago

send random meal idea on set days Select meals of type main-dish, get all ids, them randomly select one of the ids Email the selected recipe with its instructions to recipients

A selected meal should not be selected again until all other meals have been selected once. For that, all selected meals should be placed in a new table, once all the meals have been selected, the table gets pruned.

danistark1 commented 2 years ago

Changes in 98c744f09ab903ec7e28c41215376f03bfd7ba04 69159f0

Todo

danistark1 commented 2 years ago

Done.

Cron runs every Saturday at 09. Cron 0 9 SAT curl 'http://192.168.4.10:8300/recipes/selector'

New Config Keys