Skip to content

An API returning a JSON object with date values.

Notifications You must be signed in to change notification settings

ak7991/timestamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIMESTAMP API

Delivers a timestamp as a JSON. This is just an api. It was developed by me while learning from FreeCodeCamp (FCC).

Contents

On the front-end,

  • Absolutely nothing

On the back-end,

  • app starts at server.js
  • frameworks and packages in package.json
  • Barebones logic in js
  • API route in /routes/index.js

Notes on Usage

Just send a get request to [project URL]/api/ Where:

  • is a Long depicting seconds passed from Jan 1, 1970
  • OR is a String in the format ONLY (no other format supported)

About

An API returning a JSON object with date values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published