https://github.com/sigfriedcub1990/timestamp_microservice
timestamp_microservice
https://github.com/sigfriedcub1990/timestamp_microservice
Last synced: 3 months ago
JSON representation
timestamp_microservice
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/timestamp_microservice
- Owner: sigfriedCub1990
- Created: 2023-05-01T01:18:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T02:08:53.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:43:14.715Z (4 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Timestamp Microservice
## Description
This is a simple microsevice that returns the [Unix Epoch](https://en.wikipedia.org/wiki/Unix_time) and the time in UTC.
## How to run this project?
1. Clone this repo using Git.
2. Run tests with `npm test`
3. If everything is O.K do `npm start`