Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.08 KB

Awake

The Awake is a simple web application that allows users to retrieve weather information for a specific city. It uses HTML, CSS, JavaScript, and the OpenWeatherMap API and is deployed using Netlify.to provide real-time weather data to users.

Features

  • Displays current temperature, weather description (including Humidity, Pressure, Windspeed, sunrise, sunset), and location.
  • It also shows night and day temperatures for the respective 7 days of the week.
  • Responsive design for both desktop and mobile devices.

Demo

You can try the Awake Weather Web application by visiting the [live demo] (https://stunning-eclair-f9833c.netlify.app/ )

Installation and Usage

  1. Clone the repository:

https://github.com/sneha-2603/AWAKE

API Key

To use the OpenWeatherMap API for weather data, you need to obtain an API key from the OpenAI website. (https://openweathermap.org/api ) Replace 'YOUR_OPENAI_API_KEY' in the script.js file with your actual API key.

Acknowledgements

Weather data is provided by the OpenWeatherMap API. (https://openweathermap.org/api/one-call-3)