Sky Now is a web application that provides real-time weather updates based on your current location. It gives you detailed weather information including temperature, humidity, wind speed, and more.
Table of Contents
To run this project locally, follow these steps:
-
Clone the repository
git clone https://github.com/amit712singhal/Sky-Now.git
-
Set Up the Project
- Ensure you have a modern web browser installed
- You can open the
index.html
file directly or use a local server - Recommended: Use Live Server extension in VSCode for a smooth development experience
-
API Configuration
- This project uses OpenWeather API
- Obtain an API key from OpenWeatherMap
- Replace the placeholder API key in the project's JavaScript file with your own key
-
Grant location permission
- Open the application
- Allow access to your device's location when prompted
-
View current weather
- After granting permission, see real-time weather for your location
- Includes temperature, humidity, wind speed, and more
-
Search for locations
- Enter a city or location name in the search bar
- Press Enter to fetch weather information for that location
- ๐ Real-time weather updates
- ๐จ User-friendly interface
- ๐ Detailed weather information
- ๐ก๏ธ Multiple weather parameters (temperature, humidity, wind speed, etc.)
- ๐ Easy location-based weather access
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/YourFeature
) - Commit changes (
git commit -am 'Add some feature'
) - Push to branch (
git push origin feature/YourFeature
) - Create a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.