# every **Repository Path**: mirrors_node-schedule/every ## Basic Information - **Project Name**: every - **Description**: human-friendly intervals using http://github.com/matthewmueller/date - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # every human-friendly intervals. uses [date](http://github.com/matthewmueller/date) for human-friendly date parsing. ## Installation With node.js: npm install every.js With `component`: component install matthewmueller/every ## Examples ```js every('5 seconds', fn); every('10 minutes', fn); every('5 hours', fn); every('monday at 5pm', fn); ``` ## API ### every(time, fn) Call `fn` every `time`. Optionally, you may use pass `function(done) { ... }` for asynchronous jobs ## License MIT