Initial weather support
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
var Clay = require('@rebble/clay');
|
||||
var clayConfig = require('./config');
|
||||
var customClay = require('./customClay');
|
||||
require('./weather');
|
||||
|
||||
new Clay(clayConfig, customClay);
|
||||
|
||||
Pebble.addEventListener("ready", function () {
|
||||
|
||||
Reference in New Issue
Block a user