Welcome to the Weather Application! This mobile application allows users to search for a specific city and retrieve the current temperature for that city using the OpenWeather API.
- Search: Users can search for a city by typing its name in the search bar.
- Temperature Display: The application displays the current temperature in Celsius for the searched city.
- OpenWeather API: The application integrates with the OpenWeather API to fetch real-time weather data.
Before running the application, make sure you have the following prerequisites:
- Node.js installed on your machine.
- An API key from OpenWeather. You will need to sign up and generate an API key.
To get started with the Weather Application, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/weather-application.git
-
Navigate to the project directory:
cd weather-application
-
Install the dependencies:
npm install
-
Create a
.env
file in the root directory of the project and add your OpenWeather API key:API_KEY=your_api_key_here
-
Start the application:
npm start
-
The application will be accessible at
http://localhost:3000
in your browser.
- Ionic: A powerful framework for building mobile applications using web technologies.
- Angular: A popular JavaScript framework for building web applications.
- OpenWeather API: An API that provides weather data for various locations.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.
This project is licensed under the MIT License.
That's it! Feel free to modify this README file according to your specific project structure and requirements. Good luck with your Weather Application!