summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Holman <zach@zachholman.com>2016-09-08 16:56:26 -0700
committerZach Holman <zach@zachholman.com>2016-09-08 16:56:26 -0700
commit85edb7dc58fb31735be18e3f6d008cf00fb92e96 (patch)
tree2dad95fb52fc88bb0c498a4b46d875e040123eb1
parentda57cdaa2b71b844550e48095c874a122b985a68 (diff)
update quakes commandgh-pages
-rw-r--r--index.html10
1 files 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.</p>
<p>Magnitude of earthquakes over 1.0 in the last 24 hours:</p>
-<div class="highlight"><pre>› curl http://earthquake.usgs.gov/earthquakes/catalogs/eqs1day-M1.txt --silent |
+<div class="highlight"><pre>curl earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv --silent |
sed <span class="s1">'1d'</span> |
- cut -d, -f9 |
+ cut -d, -f5 |
spark
▅▆▂▃▂▂▂▅▂▂▅▇▂▂▂▃▆▆▆▅▃▂▂▂▁▂▂▆▁▃▂▂▂▂▃▂▆▂▂▂▁▂▂▃▂▂▃▂▂
</pre></div>
@@ -99,7 +99,7 @@ scripts that can output in that format.</p>
<h2>
<a name="wicked-cool-usage" class="anchor" href="#wicked-cool-usage"><span class="octicon octicon-link"></span></a>wicked cool usage</h2>
-<p>Sounds like a wiki is a great place to collect all of your
+<p>Sounds like a wiki is a great place to collect all of your
<a href="https://github.com/holman/spark/wiki/Wicked-Cool-Usage">wicked cool usage</a> for spark.</p>
<h2>
@@ -113,6 +113,6 @@ scripts that can output in that format.</p>
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
-
+
</body>
-</html> \ No newline at end of file
+</html>