Weather Vue enables you find out the current weather in a city around the world. It displays the local time, temperature and conditions. The background image changes to reflect the current conditions.
yarn install
- Vue - JavaScript framework
- Open Weather Map API
- Axios - get data from api
- Display images based on time of day (day/night) and all weather types.
- Display random images from an array of images for each weather type.