kkas / timestamp-microservice

A fullstack nodejs challenge on FreeCodeCamp to create a micro service for unix timestamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeStamp Micro Service

Overview

This repo contains a node.js micro service application based on the FCC version of Clementine.js.

Quick Start Guide

Prerequisites

In order to use this repo, you must have the following installed:

How to Install

git clone https://github.com/kkas/timestamp-microservice.git
npm install

Example Usage

https://github.com/kkas/timestamp-microservice.git

Return Value:
{"unix":"1450137600","natural":"December 15, 2015" } 

About

A fullstack nodejs challenge on FreeCodeCamp to create a micro service for unix timestamp

License:Other


Languages

Language:CSS 43.3%Language:HTML 39.5%Language:JavaScript 17.2%