npm inpm start
-
crontab -e -
add job in this format: minute, hour, day of month, month, day of week, command. to run every day at noon:
0 12 * * * /path/to/node /path/to/basic-twitter-bot/app.js
- add
.envto.gitignore
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm inpm startcrontab -e
add job in this format: minute, hour, day of month, month, day of week, command. to run every day at noon:
0 12 * * * /path/to/node /path/to/basic-twitter-bot/app.js
.env to .gitignore