{{ weatherStore.cityState }}
+Alerts
++ +
{{ feature.properties.headline }}
+{{ feature.properties.description }}
+- Source code is not currently browseable online but you can get it with: -
- -
- git clone https://git.edbob.org/readonly/myweather.git
+ Source code is available at
+
+
+
diff --git a/src/views/AlertsView.vue b/src/views/AlertsView.vue
new file mode 100644
index 0000000..dbafb32
--- /dev/null
+++ b/src/views/AlertsView.vue
@@ -0,0 +1,65 @@
+
+
+
+ {{ feature.properties.description }} Watches In Effect Updated {{ new Date(weatherStore.alerts.updated).toLocaleTimeString('en-US', {timeStyle: 'short'}) }}{{ weatherStore.cityState }}
+ Alerts
+
+
+ {{ feature.properties.headline }}
+ {{ weatherStore.cityState }}
diff --git a/src/views/WeatherView.vue b/src/views/WeatherView.vue
index 2c144a5..54f5423 100644
--- a/src/views/WeatherView.vue
+++ b/src/views/WeatherView.vue
@@ -1,71 +1,99 @@
-