File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed
Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change 44
55A flip clock, timer and countdown made with [ Polymer] ( http://polymer-project.org ) and [ Moment.js] ( https://github.com/moment/momentjs.com )
66
7- ## Documentation and Demo
7+ ## Demo
88
9- See the [ component page] ( http://Granze.github.io/flip-clock ) for more information.
10-
11- ## Screenshot
12-
13- ![ Flip Clock] ( http://i.imgur.com/r5RBxL1.png )
9+ <!-- -
10+ ```
11+ <custom-element-demo>
12+ <template>
13+ <script src="../webcomponentsjs/webcomponents-lite.js"></script>
14+ <link rel="import" href="flip-clock.html">
15+ <next-code-block></next-code-block>
16+ </template>
17+ </custom-element-demo>
18+ ```
19+ -->
20+ ``` html
21+ <flip-clock >...</flip-clock >
22+ ```
1423
1524## Installation
1625
@@ -20,16 +29,6 @@ Install using [Bower](http://bower.io):
2029 bower install flip-clock
2130```
2231
23- ##test
24-
25- Install [ web-component-tester] ( https://github.com/Polymer/web-component-tester ) globally
26-
27- ``` shell
28- npm install -g web-component-tester
29- ```
30-
31- cd in the flip-clock folder and run ``` wct ``` . That's it!
32-
3332## License
3433
3534[ MIT License] ( http://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments