Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 350 Bytes

README.md

File metadata and controls

executable file
·
9 lines (5 loc) · 350 Bytes

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"];

  1. install all the modules requiered using 'npm install' from terminal inside this folder
  2. for starting type: node app.js