Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lauti7/timestamp-microservice

Simple Timestamp MIcroservice
https://github.com/lauti7/timestamp-microservice

express javascript nodejs time timestamp

Last synced: about 1 month ago
JSON representation

Simple Timestamp MIcroservice

Awesome Lists containing this project

README

        

# Timestamp Microservice
## What is this?
It is a Simple API built with Node JS and Express.
API has only one GET route that return JSON response with Unix time and UTC time.
- */api/timestamp/:date*.
---
Date param is able to receive two date formats:
- Y-M-D
- Unix Timestamp (10 or 13 digits).

---

## QuickStart
Run `git clone https://github.com/lauti7/timestamp-microservice.git`.
Then, `npm install --save`.
Finally, `node index.js` or if you have Nodemon installed Globally `nodemon index.js`.

---

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**