Added weather forcast card and service

This commit is contained in:
Martin Donnelly 2018-03-07 00:06:59 +00:00
parent 32d9bac574
commit 5d6fea90d4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const CACHE_VERSION = { 'version': '0.0.151' };
const CACHE_VERSION = { 'version': '0.0.152' };
const dataCacheName = 'jubileeData-v1';
const cacheName = 'jubilee-final-1';
const filesToCache = [

View File

@ -92,7 +92,7 @@ const ForecastView = Backbone.View.extend({
<h3>Details</h3>
<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-right mui--text-title"><%=~~(humidity % 100) %>%</div>
<div class="mui-col-xs-6 mui--text-right mui--text-title"><%=~~(humidity * 100) %>%</div>
</div>
<div class="mui-row">
<div class="mui-col-xs-6 mui--text-left mui--text-body2">Visibility</div>