Skip to content

A simple Pebble watchface with time, weather, and battery status.

License

Notifications You must be signed in to change notification settings

cheehoong/simply-light

 
 

Repository files navigation

Simply Light

Codeship Status for bhdouglass/simply-light

A simple Pebble watchface with time, weather, and battery status.

Weather icons from http://erikflowers.github.io/weather-icons/. Other icons from http://zavoloklom.github.io/material-design-iconic-font/icons.html.

Weather data from http://openweathermap.org/ or https://query.yahooapis.com/v1/public/yql.

Get it on your Pebble - https://apps.getpebble.com/applications/5472c040c13ebf3ddf000045.

Translations

Translation have been made possible by the following people:

  • Bahasa Malaysia - Adrian C
  • Hungarian - Péter G.

Build From Source

  • Download the source code
    • git clone https://github.com/bhdouglass/simply-light.git
  • Install build dependencies
    • npm install -g gulp
    • npm install
  • Build the watchface
    • gulp build-pebble
  • Install the watchface
    • gulp install-pebble

Third Party Libraries

Simply Light Config Page

The config page is hosted at http://simply-light.bhdouglass.com.

  • Test the config page locally
    • gulp serve
  • Build the config page for deployment
    • gulp build-config

License

Copyright (C) 2015 Brian Douglass

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A simple Pebble watchface with time, weather, and battery status.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • C 40.1%
  • HTML 15.6%
  • Python 1.1%
  • CSS 0.7%