An open API service indexing awesome lists of open source software.

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.

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"}
```