Last active
October 12, 2015 04:05
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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