/fcc-timestamp-zklinger

API: Timestamp microservice that converts string dates and Unix timestamps.

Primary LanguageHTML

fcc-timestamp-zklinger

FreeCodeCamp Social Banner

A Unix timestamp API built as a Node.js app using Express 4.

This application came from the Getting Started with Node on Heroku article - check it out.

Running Locally

Make sure you have Node.js installed.

$ git clone https://github.com/zklinger2000/fcc-timestamp-zklinger.git
$ cd fcc-timestamp-zklinger
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: