It's a very simple app that uses Yahoo weather API with express and treats the response with Angular.
The cities are set on controller.js file: $scope.cities = ["Barcelona", "Madrid", "Cuenca", "Valladolid", "Oslo"];
- install all the modules requiered using 'npm install' from terminal inside this folder
- for starting type: node app.js