Weather Tech Test
This project is based on a angular tech test. I Decided to implement this using Asp .Net Core.
It connects to openweathermap.org API and gets current weather information based on geolocation and then displays information in a user friendly way.
Here are the instructions:
- Create a new project
- Use the open weather API to retrieve weather information on at least 10 cities
- Populate a table within the app with this data
- Introduce configurable pagination
- Introduce sortable columns
- Introduce a filter for searching by city name
- Create a graph that displays the median average global temperature and plot cities available in the API above/below the median
- Try to use semantic and accessible HTML with SCSS or LESS
- Write unit test
Check the source code on github.