WeagleWeather is a website which pulls meteorology data from the Dark Sky api and renders it in a user-friendly way
- Node.JS
- Angular CLI - to install, run
npm install -g @angular/cli
Note: To view the version used in competition, switch to the competition branch
Open a terminal, change to the 'back' directory, run npm install, then run npm start to start the backend.
Open another terminal, change to the 'front' directory, run npm install, then run ng serve --open to compile and run the frontend.