Skip to content

ayush-patel1/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Screenshot2

Live Demo

Check out the live demo of the Weather App here.

Installation

To run this project locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/your-username/weather-app.git
    
  2. Navigate to the Project Directory:
    cd weather-app
    
  3. Open index.html: Open index.html in your preferred web browser.

Technologies Used

  • HTML: Markup language for the structure of the application.
  • CSS: Styling language to make the app visually appealing.
  • JavaScript: Programming language to handle functionality and API interactions.

API

This application uses the OpenWeatherMap API to fetch weather data. You will need an API key to use the app.

  1. Sign up on OpenWeatherMap to get your API key.
  2. Replace YOUR_API_KEY in script.js with your actual API key.

Usage

  1. Enter a city name in the search bar.
  2. Click the "Get Weather" button to retrieve weather information.
  3. View the current weather and forecast details.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top-right of this page.
  2. Create a Branch:
    git checkout -b feature-branch
    
  3. Make Changes: Implement your changes.
  4. Commit Your Changes:
    git commit -am 'Add new feature'
    
  5. Push to the Branch:
    git push origin feature-branch
    
  6. Create a Pull Request: Go to the original repository and create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or feedback, please contact me at [email protected].


Feel free to modify the placeholders and sections to better fit your project and personal preferences.

Technologies Used


  • HTML
  • CSS
  • JavaScript

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published