Skip to content

Instantly share code, notes, and snippets.

@neilrenicker
Last active October 12, 2015 04:05
Show Gist options
  • Save neilrenicker/4f99ccc206c36b5b830d to your computer and use it in GitHub Desktop.
Save neilrenicker/4f99ccc206c36b5b830d to your computer and use it in GitHub Desktop.
article: https://medium.com/p/c902269fd11e/ -- Automate Stuff With A Dead Simple Node Worker
$ mkdir my-project && cd my-project
$ touch index.js
$ git init
$ npm init
$ npm install node-schedule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment