From eb045258f65e8329858fe644919e76794e3d3345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6tzsch?= Date: Sun, 6 Mar 2022 13:55:46 +0100 Subject: [PATCH] doc: public/icanhelp.host --- README.md | 14 +++++++------- import/api/public/icanhelp.host/README.md | 2 ++ import/api/public/icanhelp.host/download.sh | 3 +++ 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 import/api/public/icanhelp.host/README.md create mode 100644 import/api/public/icanhelp.host/download.sh diff --git a/README.md b/README.md index 29db357..fae9ccc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains tools for NGOs organizing private hosting. ## Import of existing datasets - [x] https://mission-lifeline.de/unterkunft-bereitstellen/ -- [] https://warhelp.eu/ +- [ ] https://warhelp.eu/ - [x] https://www.dhdd.info/ - [x] https://icanhelp.host/ (public API) @@ -16,19 +16,19 @@ This repository contains tools for NGOs organizing private hosting. ## A secure / robust / scalable **backend** usable by all NGOs -- [] nixos server deployment -- [] reproducible builds with nixpkgs -- [] xtdb +- [ ] nixos server deployment +- [ ] reproducible builds with nixpkgs +- [ ] xtdb Will be inspired by [swlkup](https://github.com/johannesloetzsch/swlkup) ## A frontend for NGO members authorized to **search** within the database -- [] TODO +- [ ] TODO ## A customizable public form to submit new offers There is no need to use this component for NGOs happy with their existing solution. -- [] zentralwerk & goethe institut -- [] lifeline +- [ ] zentralwerk & goethe institut +- [ ] lifeline diff --git a/import/api/public/icanhelp.host/README.md b/import/api/public/icanhelp.host/README.md new file mode 100644 index 0000000..65876bb --- /dev/null +++ b/import/api/public/icanhelp.host/README.md @@ -0,0 +1,2 @@ +public API: https://icanhelp.host/api/supporters +get-request returns json with simple list of objects :) diff --git a/import/api/public/icanhelp.host/download.sh b/import/api/public/icanhelp.host/download.sh new file mode 100644 index 0000000..16f3ce2 --- /dev/null +++ b/import/api/public/icanhelp.host/download.sh @@ -0,0 +1,3 @@ +curl 'https://icanhelp.host/api/supporters' \ + -H 'accept: application/json, text/plain, */*' \ + --compressed > data/data.json