42 lines
871 B
Markdown
42 lines
871 B
Markdown
# Weather App
|
|
|
|
Check the current weather on any city on the planet. Switch between metric and imperial units.
|
|
|
|

|
|
|
|
## Features
|
|
|
|
1. Search cities functionality
|
|
|
|
2. Metric vs Imperial system
|
|
|
|
3. Current local time and date
|
|
|
|
4. Temperatures and humidity
|
|
|
|
5. Wind speed and direction
|
|
|
|
6. Sunrise and sunset times
|
|
|
|
## Installation
|
|
|
|
1. `git clone https://github.com/madzadev/weather-app.git`
|
|
|
|
2. `cd weather-app`
|
|
|
|
3. `npm install`
|
|
|
|
4. Log-in to [Openweathermap.com](https://openweathermap.org/) and create an API key
|
|
|
|
5. Rename .env.example to .env.local and paste API key
|
|
|
|
6. `npm run dev`
|
|
|
|
## Contributions
|
|
|
|
Any feature requests and pull requests are welcome!
|
|
|
|
## License
|
|
|
|
The project is under [MIT license](https://choosealicense.com/licenses/mit/).
|