machinefixer / yahoo-weather

A Clone of Yahoo Weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yahoo-weather (In-Progress)

A clone of Yahoo Weather iOS App

Requirements

  • Xcode8+

Quick Start

  • Clone this repo
  • cd yahoo-weather
  • Pod install
  • Open YahooWeather.xcworkspace
  • Add your OpenWeatherMap API Key to the file api_key, place your key file in project root directory.
  • Build and Run
Part of images and icons in this clone are extract from the original "Yahoo Weather!.ipa" file, you are on your own risk for commercial usage of these images.

Feature Implementation Checklist

  • display weather condition of next 24 hours (horizontal scroll view)
  • display weather condition of next 5/10 days
  • display chart of humidity of next 90 minutes
  • rain section
  • wind and pressure section
  • sun rise and sun set section
  • commercial section
  • side menu
  • city management
  • settings
  • animation effect
  • dynamic wallpaper that chang with city switching

Screenshot

License

MIT License

Copyright (c) 2017 yuchen zhan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Clone of Yahoo Weather

License:MIT License


Languages

Language:Objective-C 95.0%Language:Swift 4.6%Language:Ruby 0.4%