twaider / Slebble

Public transportation watchapp for Pebble smartwatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 cmocka.

Sponsor

Protected by TrackJS JavaScript Error Monitoring

License

Copyright (C) 2014 - 2016  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

License:GNU General Public License v2.0


Languages

Language:JavaScript 53.3%Language:C 21.8%Language:CSS 13.2%Language:HTML 6.3%Language:Python 3.5%Language:Shell 0.7%Language:CMake 0.7%Language:Makefile 0.4%