Created
November 21, 2017 17:12
-
-
Save AyoAlfonso/9be429778b2d5e956edbbf75cfa68337 to your computer and use it in GitHub Desktop.
cron-test initial server
This file contains hidden or 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
// We add Dependencies | |
var express = require('express'); | |
var CronJob = require('cron').CronJob; | |
var cronReport = require('./controller/cron'); | |
// App definition | |
var app = express(); | |
var portNum = 3000; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment