Skip to content

tfritzon/Slebble

 
 

Repository files navigation

Build Status

Slebble

Slebble is available on the Pebble appstore

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4

Build & Install

You will need to download and install the Pebble SDK found on the official Pebble developer website. It's also recommended that you follow the instructions found on the website.

No Pebble watch needed

There is an emulator available to use within the Pebble SDK. Instruction on how to use the emulator can be found here and how to use the settings page can be found here.

Gulp

Before you can build the application you need to run gulp. Gulp installation instructions can be found here.

The most important part of the gulp execution is the webpack operation that concatinates the js files.

Testing

The Slebble js is tested using the Jest testing framework. Which practices we are using when testing the private functions in the Slebble js can be found here.

Testing of the C code is for now absent. The framework that should be used to test the code is undecided. Two examples of frameworks that could be used is Check and cmocka.

License

Copyright (C) 2014 - 2015  Peter Lundberg

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

About

Public transportation watchapp for Pebble smartwatch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.0%
  • C 23.1%
  • CSS 13.9%
  • HTML 6.7%
  • Python 4.1%
  • CMake 0.7%
  • Makefile 0.5%