peeratmac / react-weather

0 stars 0 forks source link

User should be allowed to fetch into weather forecast by diving deep into the cards #11

Open peeratmac opened 4 years ago

peeratmac commented 4 years ago

Currently the cards are showing technical information that are not pertinent to day-to-day forecast.

It should show current temperature, high/low for the day.

It is currently work in the way that they type in station IDs and put that into redux store, and grab information from there. Next iteration should be clicking into the card to show pertinent information and where that station is on the map (based on latt_long data already provided).