https://github.com/boddepallyvenkatesh06/weather-app
⛅ Check the current weather in any city on the planet.
https://github.com/boddepallyvenkatesh06/weather-app
css javaascript shell-script
Last synced: about 2 months ago
JSON representation
⛅ Check the current weather in any city on the planet.
- Host: GitHub
- URL: https://github.com/boddepallyvenkatesh06/weather-app
- Owner: BoddepallyVenkatesh06
- License: cc0-1.0
- Created: 2024-02-22T18:10:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T13:59:01.000Z (about 1 year ago)
- Last Synced: 2025-02-01T16:11:14.048Z (4 months ago)
- Topics: css, javaascript, shell-script
- Language: JavaScript
- Homepage: https://weather-app-madza.netlify.app/
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
Check the current weather on any city on the planet. Switch between metric and imperial units.

## Features
1. User's ability to search cities
2. Current local time and date
3. Temperatures and humidity
4. Wind speed and direction
5. Sunrise and sunset times
6. Metric vs Imperial system
7. Error handling and loading info
## Installation
1. `git clone https://github.com/BoddepallyVenkatesh/Weather-App.git`
2. `cd weather-app`
3. `npm install`
4. Log-in to [Openweathermap.com](https://openweathermap.org/)
5. Create an API key
6. `cp .env.example .env.local`
7. Paste API key for `OPENWEATHER_API_KEY`
8. `npm run dev`
## Contributions
Any feature requests and pull requests are welcome!
## License
The project is under [MIT license](https://choosealicense.com/licenses/mit/).