Skip to content

Commit

Permalink
Merge pull request #1 from elykittytee/elykittytee-patch-1
Browse files Browse the repository at this point in the history
Create poketch.app.js
  • Loading branch information
elykittytee committed May 16, 2022
2 parents 1a8eb65 + 43edca8 commit dd038ba
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/pokeclock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Poketch
A fan-made remake of a popular Pebble watchface

![screenshot (2)](https://user-images.githubusercontent.com/44651387/157491789-1b608c11-8af2-4519-a90f-41b8a58a9a14.png)
1 change: 1 addition & 0 deletions apps/pokeclock/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions apps/pokeclock/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{ "id": "poketchclock",
"name": "Poketch Clock",
"shortName":"Poketch",
"icon": "pokeclock.png",
"version":"0.01",
"description": "A fan-made Poketch",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"readme":"README.md",
"storage": [
{"name":"poketch.app.js","url":"app.js"},
{"name":"poketch.img","url":"app-icon.js","evaluate":true}
]
}
Binary file added apps/pokeclock/pokeclock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions apps/pokeclock/poketch.app.js

Large diffs are not rendered by default.

0 comments on commit dd038ba

Please sign in to comment.