The project was developed using Angular framework and consists of the following:
-
Main page - index.html
-
3 routes
- home-route.html: this displays weather from 6 predefined locations
- search-route.html: displays weather from the locations that matches the provided search criteria
- weather-route.html: displays 6-day weather for one location
-
2 directives
- weather (weather.html): this displays today's weather for a particular location. It is used in the home-route and search-route.
- day-weather (day-weather.html): displays the weather for a specified date for a particular location. It is used in weather-route.