Skip to content

It is a weather application that tells the real time temperature, humidity level, wind speed and also sunrise and sunset.

Notifications You must be signed in to change notification settings

aashup1710/Weather-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

This is a weather application that provides current weather information, including temperature, humidity, wind flow, cloud coverage, sunset, and sunrise times. It is built using HTML, CSS, JavaScript, and utilizes the RapidAPI platform to fetch real-time weather data.

Features

  • Display current weather information based on user's input location.
  • Show temperature in Celsius.
  • Provide details such as humidity, wind flow, and cloud coverage.
  • Display sunset and sunrise.

Technologies Used

  • HTML: Used for structuring the web page.
  • CSS: Used for styling and layout.
  • JavaScript: Used for fetching weather data and manipulating the DOM.
  • RapidAPI: Used as a data source for retrieving weather information.

Prerequisites

To run the weather application locally, you need to have the following:

  • Web browser with JavaScript support.
  • API key from RapidAPI (sign up and get the key from RapidAPI website).

Getting Started

  1. Clone the repository:
gh repo clone aashup1710/Weather-application
  1. Open the project directory:
cd weather-application
  1. In the tefv.js file, replace 'YOUR_API_KEY' with your RapidAPI key:
const apiKey = 'YOUR_API_KEY';
  1. Open index.html in a web browser.

Usage

  • Upon loading the application, it will display weather of Delhi by default. You can further search for different places using the search box.
  • The application will display the current weather, including temperature, humidity, wind flow, cloud coverage, sunset, and sunrise times.

Contributing

Contributions to the weather application are welcome! If you find any bugs or have suggestions for improvement, please submit an issue or create a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • The weather data is provided by RapidAPI.
  • Weather by API-Ninja for their weather data API.

Feel free to customize this README file according to your project's specific details. Good luck with your weather application!

About

It is a weather application that tells the real time temperature, humidity level, wind speed and also sunrise and sunset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published