Skip to content

Instantly share code, notes, and snippets.

@RobsonX4
Created April 3, 2018 21:28
Show Gist options
  • Select an option

  • Save RobsonX4/12f97f0044f8eeef38c0b53746586209 to your computer and use it in GitHub Desktop.

Select an option

Save RobsonX4/12f97f0044f8eeef38c0b53746586209 to your computer and use it in GitHub Desktop.
cron every-moment example
const every = require('every-moment');
every(5, 'second', () => {
console.log('HAHAHA');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment