A React App to get the weather details of a location either through device location or by searching through city name.
View Demo
·
Report Bug
·
Request Feature
This is a simple react app to get the weather details of your current location or of a city, just open the weather app and search your city or press the location button for details about weather about your current location.
Some features of this app:
- shows current weather, temperature.
- shows hourly weather and temperature.
- shows data for next 7 days.
- can fetch data based on your current location.
- also shows humidity, visibility and air pressure.
Weather app works totally fine in any browsers it uses the following technologies:
Just open weather app in a tab.
- click on location icon to get weather of your current location.
- search city in the input box to get weather based on city name.
- you can change temperature unit using the switch at the top right corner.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.