1.0.4 • Published 2 years ago

scheduled_task v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Scheduled Task for everyday (or every week/month/year)

will update to every duration later

how to use

import { scheduledTask } from 'scheduledtask'

function breakfast(){
    console.log('have breakfast')
}
scheduledTask('09:00:00', breakfast)

the format

day task : 'HH:mm:ss'

week task : 'WWW HH:mm:ss', such as 'Wed 09:00:00'

month task: 'DD HH:mm:ss', such as '14 09:00:00'

year task: 'MM-DD HH:mm:ss', such as '03-14 09:00:00'

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago