Weatherific is a Vue.js application that allows users to search for weather information country-wise using the OpenWeatherMap free weather API. Before running this application, make sure to obtain a free API key from OpenWeatherMap and set it as the apiKey.
- Search for weather information by country.
- Display current weather conditions including temperature, humidity, wind speed, etc.
- Responsive design for various devices.
- Clone this repository.
- Obtain a free API key from OpenWeatherMap and set it as the value for
apiKeyinsrc/config.js. - Install dependencies using
npm install. - Run the application using
npm run serve. - Open your browser and navigate to
http://localhost:8080.
- Enter the name of the country in the search bar and press enter.
- View the weather information for the specified country.
- Vue.js
- OpenWeatherMap API
- This project utilizes the Vue.js framework.
- Weather data is provided by the OpenWeatherMap API.
This project is licensed under the MIT License - see the LICENSE file for details.
