kefir-cron

1.0.0 • Public • Published

kefir-cron

Creates stream from cron-string

Uses kefir and node-cron

Example:

var cron = require('kefir-cron');
var everySecond = cron('* * * * * *');
everySecond
    .map(() => new Date())
    .log('tick');

API:

(cronTime: string): KefirStream;

cronTime

KefirStream

Install

npm i -S kefir-cron

Readme

Keywords

none

Package Sidebar

Install

npm i kefir-cron

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • iofjuupasli