Checks the Epic Games store api for free games and sends webhook when it finds one
Send a webhook similar to the following:
First, clone the repo via git and install dependencies
git clone https://github.com/KosmoMoustache/epic_games_free_games.git
pnpm install
pnpm build
node ./dist/index.js
0 17 * * * export NODE_ENV='production'; export PATH_TO='path/to/the/project'; cd $PATH_TO; (. ./crontab.en.sh; ./start.sh >> $PATH_TO/logs/cron-`date +\%m-\%Y`.log; )