Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 586 Bytes

microCities

A simple application in Javascript on NodeJS for Wercker.

This application uses the node container obtained from the Docker Hub

Setup.

Clone this repo and cd into the directory:

git clone https://github.com/labcodectd/microCities.git
cd microCities

Running

You can run the sample app in a couple of different ways. The first is to simply launch the executable:

node app.js

Now point your browser at http://localhost:8080 to see:

{"cities":["Amsterdam","Berlin","New York","San Francisco","Tokyo"]}