1.0.0 • Published 4 years ago

cronkr v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Cronkr

Translate cron expression into Korean language

Installing

Using npm:

$ npm install cronkr

Example

const cronkr = require('cronkr');

const result = cronkr.desc('0 0 12 * * ?'); // result: 매일 12시 0분 0초
const invalid = cronkr.desc('Invalid cron expression') // result: null