for this challenge, you will be back in the browser, trying to make a web-app that shows the weather for today
- sign up for this api: https://www.weatherapi.com/
- read the docs: https://www.weatherapi.com/docs/
- create a front-end, that does at least the following (make it look as good as you want)
- pulls the weather for the current day, for a city of your choice
- shows temperature
- shows wind
- shows cloud coverage
- show precipitation
- based off the above, gives a text description of the weather (e.g weather is nice today, weather is okay today, weather is not great today)