タグ

ブックマーク / bunkat.github.io (1)

  • Later.js

    The simplest way to work with recurring schedules. Easily define complex schedules then quickly calculate future or previous schedule occurrences. Works in Node and in the browser. View on GitHub Get Started Use the chainable recur api to build up complex schedules // fires every 2 hours on the first day of every month // and 8:00am and 8:00pm on the last day of every month // except in December v

    tvsk
    tvsk 2019/09/10
    prettyCron との組合せ。指定したcron 形式の時刻が、次回いつ発生するか (occurrences) をヒューマンリーダブルな文字列で表現する。JS環境で動くスケジューラとして使えるらしいがメンテされていない
  • 1