From c618c755e5a36a512e0908080902c19d762d240b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 6 Dec 2021 18:19:58 -0800 Subject: [PATCH] Added some per-database metadata, refs #30 --- demos/metadata.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/demos/metadata.yml b/demos/metadata.yml index df42d06..47de1ca 100644 --- a/demos/metadata.yml +++ b/demos/metadata.yml @@ -4,3 +4,16 @@ about_url: https://github.com/simonw/git-history/tree/main/demos plugins: datasette-remote-metadata: url: https://raw.githubusercontent.com/simonw/git-history/main/demos/metadata.yml +databases: + pge: + title: PG&E Outages + source: simonw/pge-outages + source_url: https://github.com/simonw/pge-outages + 511: + title: 511.org incidents + source: dbreunig/511-events-history + source_url: https://github.com/dbreunig/511-events-history + fires: + title: fire.ca.gov incidents + source: simonw/ca-fires-history + source_url: https://github.com/simonw/ca-fires-history