Skip to content

Johnnywick1/GeoWeather

 
 

Repository files navigation

GeoWeather

All Contributors

GeoWeather Banner

A weather app for Midudev's Hackathon built with React.

Features ✨

  • 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

Installation 🔧

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>

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Karan Singh Bisht
Karan Singh Bisht

💻
Nemanja
Nemanja

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Weather Web App for Midudev's Hackaton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • HTML 5.3%
  • CSS 2.3%