An express route handler that responds with a 200 OK and the date it was initialised (simple up time tracking)
- Specified the Node version 6.11.1 in package.json.
- up.respondWithUpTime implemented to respond with a 200 OK and the date and time the route was initialised.