This is a simple microservice API to get the current or specific date and timestamp.
Endpoint | Description |
---|---|
/api |
Get the current timestamp and date |
/api/{date} |
Get the timestamp and date for a specific date eg: /api/2015-12-25 |
/api/{timestamp} |
Get the date for a specific timestamp eg: /api/1451001600000 |
If you'd like to contribute, please see the CONTRIBUTING.md
- freeCodeCamp
- Nodejs
- express
MIT