- 01
 - 02
 - 03
 - 04
 - 05
 - 06
 - 07
 - 08
 - 09
 - 10
 - 11
 - 12
 - 13
 
if (!ch.election) {
        exec('date -R', function(error, stdout, stderr) {
            if (stdout.search('Wed') > -1) {
                ch.startElection();
            }
        });
    } else {
        exec('date -R', function(error, stdout, stderr) {
            if (stdout.search('Wed') < 0) {
                ch.stopElection();
            }
        });
    }
                                
 Follow us!
https://www.youtube.com/watch?v=dmgLX64yqnM