This API allows users to get the system time of the serve. This is our HelloWorld Repo. :p
This is build on NodeJS Using ExpressJS.
Clone Instructions:
- Clone repository.
- Rum npm install on it.
- Then run npm start. And, the server is ready.
- On the browser, you can got to localhost:3000 and you can see the result. :D
Use simple get request onto the url: https://time-openuseapi.herokuapp.com/
The response you'll get:
{ "date":"Sat Sep 23 2017 13:35:08 GMT+0000 (UTC)" }