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

A Poké Ball watchface for Pebble, written in C.

License

Notifications You must be signed in to change notification settings

aaronhktan/poke-ball-watchface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poké Ball Watchface

A Poké Ball watchface for Pebble, written in C.

alt tag

Gotta catch 'em all! You'll always have the right Poké Ball on hand so that you can be the Pokémon Master.


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.