Skip to content

jiahaog/Bus-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus Time

Header

Introduction

Screenshot2

Screenshot1

A Pebble Time app to retrieve bus arrival timings from bus stops nearby.

Dependencies

Build

$ git clone git@github.com:jiahaog/Bus-Time.git
$ cd Bus-Time

# Browserify compiles the Javascript modules and code into a single file
$ browserify workspace/JSWorkspace/src/main.js -o src/js/pebble-js-app.js 

$ pebble build 
$ pebble install --logs --emulator basalt

Todo

  • Add alert notifications for bus arrival
  • Pebble Timeline support
  • More countries
  • Transfer bus stop database to web server