Skip to content

aizad02/goal_star

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal Star

A simple Pebble app that lets you set a daily health goal and get notified with vibrations and a popup when you reach it.

Goal Star runs in the background so you can get notified even if you're not in the app.

Supports Pebble Time, Pebble Time Steel, and Pebble Time Round watches.

Basalt progress screenshot Basalt goal screenshot

Chalk progress screenshot Chalk goal screenshot

The app includes configuration options for:

  • Goal type
    • Steps
    • Distance (meters)
  • Goal value
  • Popup window timeout
  • Show time on progress window

Building on Mac OSX

Make sure you have the latest version of the Pebble SDK Homebrew package installed:

brew update
brew install pebble-sdk
brew upgrade pebble-sdk # if already installed

Next install the latest version of the Pebble SDK using the pebble tool:

pebble sdk install latest

Finally, build the watchface:

pebble build

And install it into the emulator of the platform of your choice (chalk shown below) with:

pebble install --emulator chalk

Or install it on your watch after enabling the Developer Connection in your Pebble Time iPhone/Android app with:

pebble install --phone IP_ADDRESS

Credits

Icon based on "achievement.svg" by romzicon from The Noun Project.

About

A Pebble app that notifies you when you've reached your daily health goal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.5%
  • C++ 1.7%
  • Python 1.5%
  • Objective-C 0.3%