https://github.com/sbimochan/crontendance
A cronjob to auto set attendance
https://github.com/sbimochan/crontendance
Last synced: 11 months ago
JSON representation
A cronjob to auto set attendance
- Host: GitHub
- URL: https://github.com/sbimochan/crontendance
- Owner: sbimochan
- Created: 2022-12-20T13:14:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T18:21:49.000Z (over 2 years ago)
- Last Synced: 2025-01-08T22:03:34.444Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example cron
> At 03:15 on every day-of-week from Monday through Friday.
```sh
15 3 * * 1-5 cd ~/crontendance && node ~/crontendance/main.js >> ~/logs/cron.log 2>&1
```
if cloned in home directory. Change directory accordingly.