Added weather forcast card and service
This commit is contained in:
parent
32d9bac574
commit
5d6fea90d4
@ -11,7 +11,7 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
const CACHE_VERSION = { 'version': '0.0.151' };
|
const CACHE_VERSION = { 'version': '0.0.152' };
|
||||||
const dataCacheName = 'jubileeData-v1';
|
const dataCacheName = 'jubileeData-v1';
|
||||||
const cacheName = 'jubilee-final-1';
|
const cacheName = 'jubilee-final-1';
|
||||||
const filesToCache = [
|
const filesToCache = [
|
||||||
|
@ -92,7 +92,7 @@ const ForecastView = Backbone.View.extend({
|
|||||||
<h3>Details</h3>
|
<h3>Details</h3>
|
||||||
<div class="mui-row">
|
<div class="mui-row">
|
||||||
<div class="mui-col-xs-6 mui--text-left mui--text-body2">Humidity</div>
|
<div class="mui-col-xs-6 mui--text-left mui--text-body2">Humidity</div>
|
||||||
<div class="mui-col-xs-6 mui--text-right mui--text-title"><%=~~(humidity % 100) %>%</div>
|
<div class="mui-col-xs-6 mui--text-right mui--text-title"><%=~~(humidity * 100) %>%</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mui-row">
|
<div class="mui-row">
|
||||||
<div class="mui-col-xs-6 mui--text-left mui--text-body2">Visibility</div>
|
<div class="mui-col-xs-6 mui--text-left mui--text-body2">Visibility</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user