Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

A Star Wars Targeting Computer watchface for Pebble, written in C.

License

Notifications You must be signed in to change notification settings

aaronhktan/star-wars-targeting-computer-watchface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Targeting Computer Watchface

A Star Wars Targeting Computer watchface for Pebble, written in C. Featured on the Pebble App Store!

alt tag

It's no good, I can't maneuver! At least with this watchface, you'll be able to tell the time. Featuring the Star Wars Targeting Computer, this watchface includes the time, date, step count (at the bottom), and battery percentage (at the top).

May the Force be with you.

You can find it on the App Store here, and as always, if you like it, give it a heart.


Important instructions for cloning!

The default OpenWeatherMap and Google Maps Geocoding keys are not kept in this repository. To use your own, create a "keys.js" file in /src/pkjs if local, or add a new JavaScript file called "keys.js" by clicking the "Add new" button next to the App Source in CloudPebble. This file should contain:

module.exports = {
	owmKey: "YOUR_KEY_HERE",
	mapsKey: "YOUR_KEY_HERE",
};

You can get your free API key at openweathermap.org and Google's API Console.