1.0.2 • Published 7 years ago

cron-picker v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Install

npm install --save cron-picker

Use

cron = require('cron-picker')

document.body.appendChild(cron({
  cronExpression: '* * * * *',
  onChange: expression => {
  	// do something with the new cron expression
  }
}))

A standalone version is also included in dist/:

<script src="node_modules/cron-picker/dist/index.js"></script>
<script>
  document.body.appendChild(cron({ ... }))
</script> 
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago