https://github.com/douglasvolcato/timestamp-microservice
Timestamp Microservice
https://github.com/douglasvolcato/timestamp-microservice
api back-end backend express expressjs node nodejs
Last synced: 6 months ago
JSON representation
Timestamp Microservice
- Host: GitHub
- URL: https://github.com/douglasvolcato/timestamp-microservice
- Owner: DouglasVolcato
- Created: 2022-08-10T05:43:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T19:16:55.000Z (about 3 years ago)
- Last Synced: 2025-02-08T21:46:04.743Z (8 months ago)
- Topics: api, back-end, backend, express, expressjs, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timestamp-microservice
API Timestamp MicroserviceA request to '/api/:date?' with a valid date returns a JSON object with an unix key that is a Unix timestamp of the input date in milliseconds and an utc key that is a string of the input date in the format: "Thu, 01 Jan 1970 00:00:00 GMT". An empty date ('/api') parameter should return the current time in a JSON object with an unix and an utc key.