Skip to content

Weather app built using React and OpenWeatherMap API

Notifications You must be signed in to change notification settings

bloo0178/weather-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

React app created to show current weather and forecast. This pulls data from a custom backend API I created that proxies the request through to OpenWeatherMap and cleans up the data before returning it.

Future Updates:

  • Make submit work with onEnter
  • Optimize SVG's. Poor performance on some mobile devices.
  • Current React-Places-Autocomplete component has bug where I can't limit search results to just cities. Look for a new autocomplete component or figure out a workaround.
  • Weather API has limitations around data available on free-tier. Current-day forecast only shows 6PM and 9PM. Look into using another API. Possibly switch to Dark Sky paid API.

Key Dependencies:

API Keys Needed to Run:

  • Google Places API
  • Open Weather API

About

Weather app built using React and OpenWeatherMap API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published