From 85edb7dc58fb31735be18e3f6d008cf00fb92e96 Mon Sep 17 00:00:00 2001 From: Zach Holman Date: Thu, 8 Sep 2016 16:56:26 -0700 Subject: update quakes command --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f610c8e..3b6ce74 100644 --- a/index.html +++ b/index.html @@ -75,9 +75,9 @@ scripts that can output in that format.

Magnitude of earthquakes over 1.0 in the last 24 hours:

-
› curl http://earthquake.usgs.gov/earthquakes/catalogs/eqs1day-M1.txt --silent | 
+
curl earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv --silent |
   sed '1d' |
-  cut -d, -f9 |
+  cut -d, -f5 |
   spark
   ▅▆▂▃▂▂▂▅▂▂▅▇▂▂▂▃▆▆▆▅▃▂▂▂▁▂▂▆▁▃▂▂▂▂▃▂▆▂▂▂▁▂▂▃▂▂▃▂▂
 
@@ -99,7 +99,7 @@ scripts that can output in that format.

wicked cool usage

-

Sounds like a wiki is a great place to collect all of your +

Sounds like a wiki is a great place to collect all of your wicked cool usage for spark.

@@ -113,6 +113,6 @@ scripts that can output in that format.

Hosted on GitHub Pages — Theme by orderedlist

- + - \ No newline at end of file + -- cgit v1.2.3