Skip to content

OpenUseAPI/GetSystemTimeApiNodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Clone repository.
  2. Rum npm install on it.
  3. Then run npm start. And, the server is ready.
  4. 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)" }