From 8c95a777ad78f663d418b1f68fb4efa7ee85802d Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 20 Oct 2022 09:06:55 -0400 Subject: add census-geocoder --- content/projects/census-geocoder.md | 9 +++++++++ data/projects.yaml | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 content/projects/census-geocoder.md diff --git a/content/projects/census-geocoder.md b/content/projects/census-geocoder.md new file mode 100644 index 0000000..86c5bf6 --- /dev/null +++ b/content/projects/census-geocoder.md @@ -0,0 +1,9 @@ +--- +title: "Census Geocoder" +slug: "census-geocoder" +active: true +repo: "https://github.com/pablotron/census-geocoder" +text: "Go wrapper for Census geocoding API." +go_import: "pablotron.org/census-geocoder git https://github.com/pablotron/census-geocoder" +--- +Go wrapper for Census geocoding API. \ No newline at end of file diff --git a/data/projects.yaml b/data/projects.yaml index 740e7f4..7ff32bf 100644 --- a/data/projects.yaml +++ b/data/projects.yaml @@ -31,6 +31,12 @@ repo: "https://github.com/pablotron/feedbloater" text: "Command-line tool and Ruby library to expand truncated RSS feeds." +- name: "Census Geocoder" + type: "go" + slug: "census-geocoder" + repo: "https://github.com/pablotron/census-geocoder" + text: "Go wrapper for Census geocoding API." + # # - name: FreeType2-Ruby # slug: ft2-ruby -- cgit v1.2.3