Join the public beta: https://testflight.apple.com/join/HX8SAMGQ
❄️⛄ who cares that it's 20° when it FEELS LIKE -5°! ❄️⛄
☀️🌞 who cares that it's 87° when it FEELS LIKE 102°! ☀️🌞
Introducing Feels Like:
✨The first and only weather app for iOS that EXCLUSIVELY tells you the what the temperature feels like✨
Thanks for your interest in working on Feels Like! If you would like to see how Feels Like works or contribute directly, feel free to clone the repository or create a pull request.
The first thing you will need to do register with Dark Sky and get a your own private API key.
- You can register here: https://darksky.net/dev/register
- Once you have registered, you should be able to see your API key here: https://darksky.net/dev/account
Important: Keep this key private!
In the Feels Like directory, you will need to make a property list file with your API key.
- Open
Feels Like.xcworkspace
in Xcode File
-->New
-->File...
- Select
Property List
- Press
Next
- Name the file
keys
- Make sure the file is created in the
Feels Like
directory - Press
Create
- Open
keys.plist
in Xcode - Press the ➕ button to add a new item
- Key:
darkSkyKey
- Type:
String
- Value:
YOUR_API_KEY
- Key:
If you run into issues, let me know.