1.0.4 • Published 10 months ago

scheduled_task v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago