Skip to content

james-goodman-tng/api-london

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

London Time API

API service that provides current time information for London timezone.

Endpoint

  • GET /time - Returns current London time
  • GET /health - Health check endpoint

Running Locally

npm install
npm start

Running with Docker

docker build -t api-london .
docker run -p 3002:3002 api-london

About

API service for London time - World Clock Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors