paulyoung / Weather

A one-day hack based on a friend's app design.

Home Page:http://paulyoung.me/post/66651020876/weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

A native implementation of https://github.com/PermalightNYC/weather.

Screenshot of Weather app

Demo

View a demo video.

Inspiration

I saw that my friend Dan at Permalight had taken a skillshare class on iOS app design.

After looking over Dan’s project I decided to see if I could make it a reality by the end of the day, and this is the result.


If you’re looking for some freelance design or development, talk to Dan at Permalight.


Features

  • Use of CoreLocation to obtain the user’s location before requesting forecast data.
  • Conversion of touch gestures to hours of the day for scrubbing forwards and backwards through time.
  • Use of a quadratic equation to convert time into opacity in order to update the background color based on the position of the sun.

About

A one-day hack based on a friend's app design.

http://paulyoung.me/post/66651020876/weather

License:MIT License


Languages

Language:Objective-C 99.9%Language:Ruby 0.1%