A timestamp microservice usig Sinatra.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Sinatra
gem install sinatra
Clone the repository.
git clone https://github.com/enriquereyes/timestamp-ms.git
Install dependencies.
gem install sinatra
Launch application.
ruby timestamp-ms/app.rb
Navigate to http://localhost:4567/
This project is licensed under the MIT License - see the LICENSE file for details