Skip to content

A simple web API that provides a timestamp of either the current time or a user requested date

Notifications You must be signed in to change notification settings

wayfrae/TimestampMicroService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timestamp API

This is a simple web api that provides a timestamp to a user. It was created based on the API Project: Timestamp Microservice by freeCodeCamp

Usage

the endpoint is [domain]/api/timestamp/:date_string?

If date_string is not provided then the current date and time will be returned.

Example JSON

{"unix": 1479663089000 ,"utc": "Sun, 20 Nov 2016 17:31:29 GMT"}

About

A simple web API that provides a timestamp of either the current time or a user requested date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages