-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weather Widget #179
base: develop
Are you sure you want to change the base?
Weather Widget #179
Conversation
Hi @joeljfischer, thanks for your contribution! 🔍 Code Review will be done tomorrow. BTW: |
Please rebase. |
@ochococo done |
@@ -35,6 +35,10 @@ | |||
</dict> | |||
<key>UIMainStoryboardFile</key> | |||
<string>Main</string> | |||
<key>UIAppFonts</key> | |||
<array> | |||
<string>Climacons.ttf</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you/we have rights to this font?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an open-source font, the terms explicitly state that they may be used in any personal or commercial use (at the bottom of the page).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
No more comments. Please rebase. |
Done |
Yay! Don't know why the images didn't get committed last time. |
The code looks ok 👏 |
Make sure these boxes are checked before submitting your Pull Request - thank you!
Resolves #97
This PR is for a pretty basic weather widget showing the current temperature and a weather icon, the the next three days' high/low temp and a weather icon, and the current wind conditions.