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