App to get weather forecast from given location.
After you cloned this repo, install dependencies:
yarn
And finally, run the project:
yarn dev
This app has some cool features like:
- Weather forecast for the day; a brief info that help you to know how your day will go
- Search for any location around the globe
- Forecasts for the next 7 days
- Sunset and Sunrise time
- Apparent temperature
- Precipitation probability for the next hours
Feel free to help me contributing with some fix, improvements or features:
- Fork the project
- Create your feature branch:
git checkout -b feature/new-feature
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Open a pull request