JulianNorton / weather-10kb-wxkb

Weather forecast that's high performance and accessible
https://wxkb.juliannorton.com
GNU General Public License v2.0
152 stars 49 forks source link

Implement 3 day summary forecast #193

Closed JulianNorton closed 5 years ago

JulianNorton commented 7 years ago

What's the current situation?

Add a look into what the weather will be like over the next couple of days.

Design assets

What do you recommend?

  1. Using the existing CSS
  2. Create on the page, or on a codepen
  3. Use fake data
  4. Omit today and tomorrow. Only do 3 days after?
  5. Because the designs may change, recommend doing Day Name, Date, High, Low, and participation chance.
JulianNorton commented 7 years ago

Codepen for easy modification

https://codepen.io/JulianNorton/pen/dWwRXv

Tardog commented 7 years ago

Here is a first draft, just to have a general idea in which direction we want to go with this. The code still needs optimization, but that can be done later.

https://codepen.io/Tardog/pen/eGoZzG?editors=1100

JulianNorton commented 7 years ago

Can you verify your Codepen email? I want to show it around.

The owner of this Pen needs to verify their email address to enable Full Page View.

– Julian

On Sat, Oct 21, 2017 at 1:43 PM, Sarah Kraßnigg notifications@github.com wrote:

Here is a first draft, just to have a general idea in which direction we want to go with this. The code still needs optimization, but that can be done later.

https://codepen.io/Tardog/pen/eGoZzG?editors=1100

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JulianNorton/weather-10kb/issues/193#issuecomment-338419866, or mute the thread https://github.com/notifications/unsubscribe-auth/ACTRwHfBKUc_cpxqgpgnrh3yBWVcbr-4ks5sui00gaJpZM4QBk8w .

Tardog commented 7 years ago

Ah sorry, my bad. Done – you should be good to go now.

modelm commented 6 years ago

I got this started with markup/data only & I removed the images for this first pass: https://github.com/modelm/weather-10kb/tree/feature-3-day-forecast