Skip to content

Commit 49a7f99

Browse files
Paul Arguillèrethyttan
authored andcommitted
intial commit for pokemon album clock
1 parent 7d3ed03 commit 49a7f99

File tree

13 files changed

+129
-0
lines changed

13 files changed

+129
-0
lines changed

apps/poke_album/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.01: New Clock!

apps/poke_album/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Pokemon Album Clock
2+
3+
A simple clock that displays a different pokemon every minute.
4+
5+
- Squirtle
6+
- Pikachu
7+
- Piplup
8+
- Dratini
9+
- Wash Rotom
10+
- Eevee
11+
- Cubone
12+
13+
![Screenshot](screenshot.png)
14+
![Screenshot](screenshot1.png)
15+
![Screenshot](screenshot2.png)
16+
![Screenshot](screenshot3.png)
17+
![Screenshot](screenshot4.png)
18+
![Screenshot](screenshot5.png)
19+
![Screenshot](screenshot6.png)
20+
21+
# Todo
22+
23+
- handle AM/PM time
24+
- handle other date formats
25+
26+
## Requests / Creator
27+
28+
paul-arg [github](https://github.com/paul-arg)

apps/poke_album/app-icon.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/poke_album/app.js

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/poke_album/icon.png

1.93 KB
Loading

apps/poke_album/metadata.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{ "id": "poke_album",
2+
"name": "Pokemon",
3+
"shortName":"Pokemon",
4+
"version":"0.01",
5+
"description": "A simple clock that displays a different Pokemon every minute",
6+
"icon": "icon.png",
7+
"type": "clock",
8+
"tags": "clock",
9+
"supports" : ["BANGLEJS2"],
10+
"readme": "README.md",
11+
"storage": [
12+
{"name":"poke_album.app.js","url":"app.js"},
13+
{"name":"poke_album.img","url":"app-icon.js","evaluate":true}
14+
],
15+
"screenshots": [{ "url": "screenshot.png" }, { "url": "screenshot1.png" }, { "url": "screenshot2.png" }, { "url": "screenshot3.png" }, { "url": "screenshot4.png" }, { "url": "screenshot5.png" }, { "url": "screenshot6.png" }]
16+
}

apps/poke_album/screenshot.png

4.63 KB
Loading

apps/poke_album/screenshot1.png

4.01 KB
Loading

apps/poke_album/screenshot2.png

4.47 KB
Loading

apps/poke_album/screenshot3.png

3.9 KB
Loading

0 commit comments

Comments
 (0)