we are talking about practice
1.0.0
您想成為一個更好的程序員嗎?
是的,我們正在談論實踐,伙計!
我決定每天至少要編碼3個小時,同時至少發表一項致力於Github。在22H時,如果我不實現此目標,我將收到這樣的電子郵件:

你想自己嘗試嗎?遵循以下說明:
git clone https://github.com/vlazic/we-are-talking-about-practice on您的服務器上.env文件: cp .env.example .env並更改示例數據: # 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 通過創建自己的類似腳本來練習,以更適合您。這是腫的,因為我想嘗試使用Typescript嘗試節點:)

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