MattJC7 / timestamp-microservice

Project 1 of the FreeCodeCamp Back End Development and APIs course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timestamp Microservice

Purpose

  • Project 1 of Back End Development through FreeCodeCamp curriculum

Function

  • Accepts a date string (DD Month YYYY), date (YYYY-MM-DD) or unix timestamp and provides a JSON object with unix and UTC properties
  • A blank query returns the current date

How to use

[project url]/api/2015-12-25/
[project url]/api/15 March 2024/
[project url]/api/1451001600000/
[project url]/api/

About

Project 1 of the FreeCodeCamp Back End Development and APIs course.


Languages

Language:JavaScript 52.0%Language:HTML 32.7%Language:CSS 15.3%