/weather-feels-old

Weather in your Mac OS menu bar

Primary LanguageSwift

weather-feels

temps in your menu bar

☀️☁️☔️⛄️💦🌈

v1 features:

  • current apparent temp,

  • current apparent temp as statusbar icon

  • weather statusbar icons

  • weather range over the rest of the day (hidden in a menu)

  • today’s weather summary (ex ‘clear throughout the day’)

  • today’s sunset time

  • emojis to represent recommended clothes (pants, bikinis etc.)

    • hot(sunny+>70) 👙👟
    • medium(60-70) 👕👗
    • cold(>60) 👖👘

    also, (prepended)

    • ☔️ add precip warning emoji if precipProbability > .. and preceipIntensity > ..
      • 🌂 for less chance
  • weather alerts

  • sunset icon uses correct moonphase emoji icon 🌖🌗🌘🌒 etc

  • weather autoupdates (hourly)

  • obfuscate/gitignore/change forecast api key

  • show sunrise or sunset(sunRiseOrSet) , depending on what's upcoming (ie: show sunrise after the sun has set, and vice versa)

  • clean up formatting for submenu

  • i think the sunrise or sunset logic is still broken? (tested at 2am, saw sunset string. expected sunrise)

  • prefs window (refresh location, switch units)

  • marketing(what)/educational(why)/download(how) site (on gh-pages)

    • design notes: draggable randomly laid out js, letters -> emoji for weather effects at scroll positions. easter egg mystery cat.
    • has faqs section at the bottom, model it after the overcast site
  • remember location option pref so the app doesn't have to keep asking. (unless you ask it to update)

v1?

http://mattgemmell.com/releasing-outside-the-app-store/

  • updator? sparkle? app store?
  • do I HAVE to have an dev certificate/pay 100$ until I die?

v2

  • tests (at least for helper methods)

build and compile

pod install

edit using Weather Cat.xcworkspace