A weather app for Midudev's Hackathon built with React.
- Autocomplete search
- Map
- Current day weather data
- Current day data by hour
- Forecast day weather
- Forecast day data by hour
- Celsius / Farenheit
- Temperature Chart
- Dark Mode
Install GeoWeather
- Go to the project folder
- Run the following commands
npm install
npm run dev
- Go to
index.html
- Replace the API Key from Google Maps API with your key, available here
<script async
src="https://maps.googleapis.com/maps/api/js?key={YOURAPIKEY}&language=en&components=locality&libraries=places&callback=myCallbackFunc">
</script>
Thanks goes to these wonderful people (emoji key):
Karan Singh Bisht 💻 |
Nemanja 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!