timeplan
1.0.0
####遅延タスクと反復タスクを割り当てる最も簡単な方法
NPMインストールタイムプラン
または
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
2番目: s
、 second
、 seconds