Solution to FreeCodeCamp's Timestamp Microservice API Project.
The goal is to use the Express Node.js web framework to create a simple
API service, which should respond to a /[timestamp]
endpoint.
The [timestamp]
can be either a UNIX timestamp (unix
) or a natural language
date (natural
).
unix
: form of1450137600
.natural
: form ofDecember 15, 2015
.
The project should be deployed in Heroku because it's easy to use and free. Also, Cloud9 IDE was suggested for use because it already has all the needed dependencies ready to work with.
This project is under MIT License.