Skip to content

An Express server that sends a JSON object with unix and natural language dates. Accepts unix and natural language parameters.

License

Notifications You must be signed in to change notification settings

JohnIrle/Timestamp-micro-service

Repository files navigation

Timestamp Micro-service

An Express app that returns a JSON object with unix and natural language dates when given a url parameter of either unix or natural language.

Live Example usage:

Example output:

{ "unix": 1450137600, "natural": "December 15, 2015" }

Getting Started

npm install
npm start

Once the server has started, navigate to localhost:5000.

Built With

Authors

About

An Express server that sends a JSON object with unix and natural language dates. Accepts unix and natural language parameters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published