diff --git a/index.js b/index.js index 700e953..0ed0005 100644 --- a/index.js +++ b/index.js @@ -34,20 +34,22 @@ app.get('/', (req, res) => { ` + + ${theStrategy.toLowerCase()} - + - -
+ +
${theStrategy.toLowerCase()}
`; res.write(theTree); - logger.log('\non '+moment().format("dddd, MMMM Do YYYY, h:mma").toLowerCase()+' a card was drawn'); + logger.log('\non '+moment().format('dddd, MMMM Do YYYY, h:mma').toLowerCase()+' a card was drawn'); res.end(); }); @@ -80,7 +82,7 @@ app.post('/', (req, res, next) => { path: `/api/chat.postMessage?token=${process.env.BOTACCESSTOKEN}&channel=${channel}&text=${theStrategy}`, }, response => response.on('data', b => { - logger.log('\non '+moment().format("dddd, MMMM Do YYYY, h:mma").toLowerCase()+' a card was drawn'); + logger.log('\non '+moment().format('dddd, MMMM Do YYYY, h:mma').toLowerCase()+' a card was drawn'); logger.log(' via slack: '+b); }) ).end(); diff --git a/touch_icon.png b/touch_icon.png new file mode 100644 index 0000000..c0bcdb6 Binary files /dev/null and b/touch_icon.png differ