Coder Social home page Coder Social logo

comyar / sol Goto Github PK

View Code? Open in Web Editor NEW
1.5K 78.0 367.0 28.84 MB

:sunny: Sol° beautifully displays weather information so you can plan your day accordingly. Check the weather in your current location or any city around the world. Implemented in Objective-C.

License: MIT License

Objective-C 100.00%
sol weather objective-c wunderground iphone ios ios-app

sol's Introduction

Sol° for iOS

git-brag-stats

Sol° beautifully displays weather information so you can plan your day accordingly. Check the weather in your current location or any city around the world.

Usage

Sol° uses the Wunderground.com Weather API for all of its weather data. In order to build for your own device, you will need to obtain an API key here: http://www.wunderground.com/weather/api

Your Wunderground API key should be written to a file named "API_KEY" and imported into your project.

Sol° requires iOS 7 and Xcode 5.

Screenshots

sol's People

Contributors

bennyguitar avatar comyar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sol's Issues

Getting error with correct key

I placed my key in the example app to test it out and gave me this: * Terminating app due to uncaught exception 'SOLWundergroundDownloaderException', reason: '*************'

EDIT by comyarzaheri: I modified your comment because you included your API key. I recommend requesting a new one.

Beautiful App.

Just wanted to thank you for open sourcing the app. The app is beautiful, and I have learning a lot from it.

Default Temprature

Can u help me with Switching the C and F buttons in the Settings menu? I want it to have C first and then F. So C is the default temprature

Api Key

How do I add the Api Key?

How to use this?

U gave the idea:

Instead of a black background behind all the weather views, use the Flickr API to grab an image representative of the user's current location, blur it, and set it as the app's background.

How can i do this? I'm really interested in this feature

Incorrect Add?

While wandering around your repository (wonderful project, by the way), I noticed that the Sol directory that contains the source code is added one too many times. If you go to Sol/Sol, you will notice a duplicate copy of the Xcode project, as well as the Sol and SolTests directories. I suggest you git rm them, as this is unnecessarily confusing. Thanks!

Replace UISearchDisplayController with UISearchController

Hello,

Now that Xcode 7 is out, it would be great to see Sol updated for iOS 8 or iOS 9. The UISearchDisplayController class been deprecated in iOS 8 with UISearchController, so when running Sol in iOS8 or later, the app doesn't work well (it takes several attempts to search and select the city to see the weather).

error: couldn't parse contents of 'iOS-Obj-C/Sol/SolTests/SolTests-Info.plist': The data couldn’t be read because it isn’t in the correct format.

I forked the project and cloned to desktop,but when I bulit it with Xcode6.1.1, it occurred an error:
couldn't parse contents of '/Users/kelvin/Documents/Programming/Projects/iOS Development/iOS-Obj-C/Sol/SolTests/SolTests-Info.plist': The data couldn’t be read because it isn’t in the correct format.

I can not find a directory or file of '/Users/kelvin/Documents/Programming/Projects/iOS Development/iOS-Obj-C/Sol/SolTests/SolTests-Info.plist'.

FYI:
screen shot 2014-12-11 at 12 18 43

New weather API

Hey, have you thought changing the weather API to something totally free instead of the current paid API you're using?

Update

Hi,

Can u update the new version of the app plz?

:)

App Language

Hi,

Great job! But how can i change the language of the Weather label? It shows something like: Partly Cloudy. But i want to change that texts to my own language.... How can i do that?

Thnx! :)

I would like to ask the default location

Pardon me, I would like to ask the default location

because I saw those content in mainViewcontroller,

self.locationManager = [[CLLocationManager alloc]init];
self.locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers;
self.locationManager.distanceFilter = 3000;
self.locationManager.delegate = self;
[self.locationManager startUpdatingLocation];

but after turn on the app it cant change the user's location,

how could I fix it? thank you for reply in advance.

AddLocation search bar autocomplete bug

Hey Comyar, great job with the app!

Have you come across a bug with the autocomplete suggestions in AddLocation search bar? It seems to have problems finding certain cities and suggests random locations for example, I typed in 'd' and it suggests 'Ronhert Park, CA' ?? No D's in there :)

Also certain major cities cannot be found but only some of the time. e.g. New York - sometimes it's suggested, sometimes not.

I'm having a look around for a fix and could submit a pull request if I find anything.

Are you able to reproduce this bug?

Any ideas what may be causing it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.