Closed ttn-ttn closed 1 year ago
Name | Link |
---|---|
Latest commit | 64c275033fa7ce8e278133ad02a59af5f06281aa |
Latest deploy log | https://app.netlify.com/sites/mlh-prep-23-apr-prep-1-project/deploys/643e3232568a9000081161ce |
Deploy Preview | https://deploy-preview-15--mlh-prep-23-apr-prep-1-project.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Damn! This looks awesome! Can you just fix the merge conflict and I'll merge it.
@akshgpt7 it should be good now
We have implemented a 5-day forecast with detailed daily view that fixes #1 . We decided to display the 5-day view instead of letting the user pick a day and hour because it's a better user experience (when clicking one of the days, the 3-hourly forecast for that day is displayed). We used the 5 day API because it's the one included in the free tier, but this could more or less easily be extended to use the 16 day (paid) API if we finally can use it.
We have implemented it as a Forecast component independent from the current weather display on App.js to avoid merge conflicts, as there is a lot of people already relying on the current weather API. It probably will make sense to fuse both into a single component in the future, after the yet-to-come PRs that rely on the current weather API have been merged.
@akshgpt7 this is ready for review and merging.