node excercises of nodejs. Setup: install node and npm. In Ubuntu: $ sudo apt-get install nodejs $ sudo apt-get install npm checkout the code: $ git clone [email protected]:ljinke/node.git install the dependencies: cd ./node and then $ npm install