Skip to content

A simple directions app for the now discontinued Pebble smartwatch

Notifications You must be signed in to change notification settings

Threnklyn/pebble-directions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pebble Directions

Pebble Appstore Banner

A simple directions app for the Pebble smartwatch. Users can select their method of transport and then speak their destination using Rebbles voice input apis. Then the app uses the Here directions api to get a list of directions starting at the users current location.

Sadly public transport is not working in certain locations.

This coverage currently includes, but is not limited to, the following: Paris, France (STIF); Berlin, Germany (VBB); full coverage Germany (Deutsche Bahn); and Helsinki, Finland (HSL).

You can find it in the Rebble Appstore.

Building

In addition to the Pebble SDK you need to include your own API-keys for Here and mapQuest. Therefore you need to include the file src/js/apiKeys.js with the following content:

module.exports.hereApiKey = 'YOUR HERE API KEY';
module.exports.mapQuestKey = 'YOUR MAPQUEST API KEY';

About

A simple directions app for the now discontinued Pebble smartwatch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.6%
  • JavaScript 40.0%
  • Python 2.4%