Skip to content

Commit

Permalink
Update README and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Inder Dhir authored and inderdhir committed May 26, 2021
1 parent f100e50 commit e2bd400
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# DatWeatherDoe

✅ Location services / zip code support
✅ Fetch weather using:
- Location services
- Zip Code
- Latitude / Longitude

✅ Configurable polling interval

✅ Dark mode support

✅ Supports macOS 10.12 or higher
✅ Supports macOS 10.12+

![alt tag](screenshot_1.png)
![alt tag](screenshot_2.png)
![alt tag](screenshot_3.png)

## Installation

Expand All @@ -28,6 +32,14 @@ If using location, please make sure that the app has permission to access locati

## Developer Setup

- Get your personal API key for openweathermap here: http://openweathermap.org/appid .
- Set the value of "OPENWEATHERMAP_APP_ID" to your key in Keys.plist.
- Get your personal API key for openweathermap here: http://openweathermap.org/appid
- Set the value of "OPENWEATHERMAP_APP_ID" to your key in `DatWeatherDoe/Resources/Keys.plist`.

## Donate

Buy me a coffee to support the development of this project.

<a href="https://www.buymeacoffee.com/inderdhir"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=inderdhir&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff"></a>

## Contribute
Please see CONTRIBUTING.md
Binary file modified screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2bd400

Please sign in to comment.