diff --git a/data/animated_radar.gif b/data/animated_radar.gif new file mode 100644 index 0000000..b6ebd2d Binary files /dev/null and b/data/animated_radar.gif differ diff --git a/data/static_radar.jpg b/data/static_radar.jpg new file mode 100644 index 0000000..85afe1c Binary files /dev/null and b/data/static_radar.jpg differ diff --git a/src/index.js b/src/index.js index 6232174..23cd9a7 100644 --- a/src/index.js +++ b/src/index.js @@ -131,8 +131,10 @@ app.get('/callback', function(req, res) { } post_lap++; + console.log("Current Lap: %d\n", post_lap); } else { console.log("No change in data, go on."); + console.log("Current Lap: %d\n", post_lap); } }