Weather App Built with Vue.js and Open Weather API
Technologies used in the project
Pet project, that I made for fun and to hone my skills. An interactive weather app powered by Open Weather Maps API and Vue.js. The app initially shows weather data for a random coordinate, then the user can search for their own location or by dragging the pin on the map.
Some notable features
- Support for metric and imperial units
- Multiple language support
- Visualize location using interactive map, and update the data based on that map
- Theming support
- Dockerized the application for both development and production
- Added CI/CD pipeline for deployment