An API that takes a given time in either unix or human readable form and returns both forms.
Clone the project
git clone https://github.com/khansubhan95/timestamp-microservice.git
run
npm install
to install the dependencies
Human readable /December 1, 2014 or /December%201,%202014
Unix timestamp /1417372200
Returns
{'unix': 1417372200,'natural': "December 01, 2014"}
Returns
{'unix': null,'natural': null}
View other dependencies in package.json
MIT