switched to meteor.js for cloud solution

This commit is contained in:
Senad Uka
2015-12-27 06:26:48 +01:00
parent 5b8282935f
commit 2ef3814c0c
20 changed files with 275 additions and 25 deletions

7
app/client/display.html Normal file
View File

@@ -0,0 +1,7 @@
<template name="display">
<ul>
{{#each temperatures}}
{{> temperature}}
{{/each}}
</ul>
</template>