timeplan
1.0.0
#### วิธีที่ง่ายที่สุดในการกำหนดงานล่าช้าและงานซ้ำ ๆ
NPM ติดตั้ง TimePlan
หรือ
git clone git: //github.com/inspiredjw/timeplan.git
timeplan . delayed ( {
period : "m"
task : function ( ) {
console . log ( "Every Minutes" ) ;
}
} ) ;
timeplan . repeat ( {
period : "3s"
task : function ( ) {
console . log ( "Every 3 Seconds" ) ;
}
} ) ;
ปี: Y
, year
, years
เดือน: M
, month
, months
สัปดาห์: W
week
weeks
วัน: D
, day
, days
ชั่วโมง: h
, hour
, hours
นาที: m
, minute
, minutes
ที่สอง: s
, second
, seconds