Companion code for the article "This article has x reactions and y comments". The program uses the dev.to API to keep the title of the article up to date with the number of reactions and comments it received.
Build
make buildRun
ARTICLE_ID=123456 DEV_TO_API_KEY=ABCDEFGHILMN123456789012 ./bin/update-articleCron job
SHELL=/bin/bash
* * * * * /home/user/wrapper.sh