/TimeStampMicroservice

It returns both the Unix timestamp and the natural language form if a date.

Primary LanguageHTMLMIT LicenseMIT

TimeStampMicroservice

It returns both the Unix timestamp and the natural language form if a date.

Getting Started

Clone the Repository in your own local machine.

Prerequisites

node.js 

Installing

Install the required node js for the operating system you're using.

Check whether Node.js is installed .

node -v
v6.9.2

Running the Application

Extract the clone/downloaded Repository to any specified folder in your System for working. Navigate to that extracted folder

Install all the Dependencies

Install the Dependencies in package.json file to run the application

npm install

Running the Application

Navigate to the root directory of the extracted file

node server.js

Navigate to http://localhost:8080

Modify the port According to server Deployed

Change the port in /server.js

var port = process.env.PORT || ....;