Skip to content

litemikx/fcc-timestamp-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timestamp Microservice API

This displays or returns the unix timestamp and the natural date if you pass a string in the URL parameter.

Example usage:

https://fcc-timestamp-microservice-v1.herokuapp.com/December%2015,%202015

https://fcc-timestamp-microservice-v1.herokuapp.com/1450137600

Example output:

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

Coded by: Charmie Q.

About

FCC Timestamp Microservice Backend project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published