we are talking about practice
1.0.0
¿Quieres ser un mejor programador?
Sí, estamos hablando de práctica, hombre!
Decidí codificar al menos 3 horas al día mientras publico al menos un compromiso con GitHub. A las 22h, si no logro estos objetivos, recibiré un correo electrónico como estos:

¿Quieres probarlo tú mismo? Siga estas instrucciones:
git clone https://github.com/vlazic/we-are-talking-about-practice en su servidor.env : cp .env.example .env y cambie los datos de muestra: # your email
TO_EMAIL [email protected]
# notify if there is no commits in last COMMIT_HOURS_WARNING hours
# this should probably match hour at which cronjob is running this script
COMMIT_HOURS_WARNING =22
# notify if number of coding hours is bellow this value
CODING_HOURS_WARNING =3
# Your Github username
GITHUB_USER =vlazic
# Your WakaTime API key
WAKATIME_API =39a81265-5a52-4192-8112-e0b16b4819dc
# SMTP server info
SMTP_HOST =smtp.ethereal.email
SMTP_PORT =587
SMTP_USER [email protected]
SMTP_PASS =NAsSRCgwcWa24DBFRc
SMTP_FROM_MAIL [email protected]
npm installnpm run build0 22 * * * node PATH_TO_REPO/dist/index.js Practique creando su propio script similar que le convenga mejor. Este está hinchado porque quería probar el nodo con TypeScript :)

https://www.youtube.com/watch?v=EGDBR2L5KZI