17 06 2015
Embellishment of a story Recently I had to setup a new mini webserver. The functionality of this server was not very complex: 1. Fetch JSON data from [Jenkins](http://jenkins-cli.com) server 2. Transform JSON into another format 3. Read files from the file system 4. Return the result to the user I took express.js and node-jenkins package […]