From 0efc8a341754dc7b8629008d0e7dbcba46d31af5 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 9 Sep 2019 19:19:57 +0200 Subject: [PATCH] earthquake feed example As seen on , but better suited to demonstrate table markup. --- barcat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/barcat b/barcat index 1c567f4..5863c4c 100755 --- a/barcat +++ b/barcat @@ -355,6 +355,11 @@ Any kind of database query with counts, preserving returned alignment: echo 'SELECT count(*),schemaname FROM pg_tables GROUP BY 2' | psql -t | barcat -u +Earthquakes worldwide magnitude 1+ in the last 24 hours: + + https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/1.0_day.csv | + column -tns, | graph -f4 -u -l80% + External datasets, like movies per year: curl https://github.com/prust/wikipedia-movie-data/raw/master/movies.json | -- 2.30.0