Skip to content

supertechninja/PebbleWeatherIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PebbleWeatherIO

PebbleWeatherIO is an example iOS and Pebble app that utilizes the Forecast.IO API to show the current weather conditions on both the watch and the phone.

PebbleWeatherIO Screenshot

Usage

Important note, demo does not work on the iOS simulator: simulator cannot connect with Pebble watch thus you must run the iOS app on an actual device.

See Xcode workspace in /iOS folder for the iOS app. See Pebble.c in the /Pebble folder for the Pebble watch face app. iOS app requires a Forecast.io API key in order to work. Once you have an API key just create a PWForecastIOAPI.[h|m] file with the following line in your project. Be sure to replace the dummy key below with your actual key.

NSString *const kFCAPIKey = @"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";

Credits

PebbleWeatherIO is brought to you by Matthew Morey. The icons included with the iOS project are from GLYPHICONS. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by creating new issues. If you're using PebbleWeatherIO in your project, attribution would be nice.

About

An example iOS and Pebble app that utilizes the Forecast.IO API to show the current weather conditions on both the watch and the phone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published