https://github.com/rasbeetech/timestamp-microservice
API microservice for timestamps.
https://github.com/rasbeetech/timestamp-microservice
api api-rest css expressjs html javascript nodejs
Last synced: 2 months ago
JSON representation
API microservice for timestamps.
- Host: GitHub
- URL: https://github.com/rasbeetech/timestamp-microservice
- Owner: RasbeeTech
- Created: 2021-06-12T19:31:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T21:00:11.000Z (about 5 years ago)
- Last Synced: 2025-01-25T10:26:12.747Z (over 1 year ago)
- Topics: api, api-rest, css, expressjs, html, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timestamp-Microservice
A timestamp API.
### Examples usage:
```
[Project URL]/api/2015-12-25
[Project URL]/api/1451001600000
```
### Returns:
```
{"unix":1451001600000, "utc":"Fri, 25 Dec 2015 00:00:00 GMT"}
```