Hacker News new | ask | show | jobs
by whycome 871 days ago
Looks great.

can side-by-side be an option too? (at least on desktop)

.schedule { flex-direction: row; }

scrolling seems unnecessary.

1 comments

that's brilliant. I don't know why I never thought of that. Just implemented it. Was basically just wasting horizontal space on desktops. thank you!
Great! Get rid of the footer padding? It forces scroll on Macbook pro (1440x900) (Or stick it to the bottom?)
Should not scroll anymore, cleaned up a little
Still scrolling (due to taht 150px padding) but still clean and to the point with the additional info you added. The design is really great. Is something like this appropriate for a long-term display? How often does it refresh? It's the perfect thing to add as a single card for various display signage (eg in a transit system, or ad screen).
I'll remove the padding, I think. This is appropriate for long-term displaying, the sun data is fetched once at loading the site and stored in a cookie for 6 hours. Weather data is fetched live at every request. Using a tab refresh plugin, this could be automatically fetched every hour or so.