An open API service indexing awesome lists of open source software.

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

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.