doc: public/icanhelp.host

This commit is contained in:
Johannes Lötzsch 2022-03-06 13:55:46 +01:00
parent 9a353cd309
commit eb045258f6
3 changed files with 12 additions and 7 deletions

View File

@ -3,7 +3,7 @@ This repository contains tools for NGOs organizing private hosting.
## Import of existing datasets ## Import of existing datasets
- [x] https://mission-lifeline.de/unterkunft-bereitstellen/ - [x] https://mission-lifeline.de/unterkunft-bereitstellen/
- [] https://warhelp.eu/ - [ ] https://warhelp.eu/
- [x] https://www.dhdd.info/ - [x] https://www.dhdd.info/
- [x] https://icanhelp.host/ (public API) - [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 ## A secure / robust / scalable **backend** usable by all NGOs
- [] nixos server deployment - [ ] nixos server deployment
- [] reproducible builds with nixpkgs - [ ] reproducible builds with nixpkgs
- [] xtdb - [ ] xtdb
Will be inspired by [swlkup](https://github.com/johannesloetzsch/swlkup) Will be inspired by [swlkup](https://github.com/johannesloetzsch/swlkup)
## A frontend for NGO members authorized to **search** within the database ## A frontend for NGO members authorized to **search** within the database
- [] TODO - [ ] TODO
## A customizable public form to submit new offers ## A customizable public form to submit new offers
There is no need to use this component for NGOs happy with their existing solution. There is no need to use this component for NGOs happy with their existing solution.
- [] zentralwerk & goethe institut - [ ] zentralwerk & goethe institut
- [] lifeline - [ ] lifeline

View File

@ -0,0 +1,2 @@
public API: https://icanhelp.host/api/supporters
get-request returns json with simple list of objects :)

View File

@ -0,0 +1,3 @@
curl 'https://icanhelp.host/api/supporters' \
-H 'accept: application/json, text/plain, */*' \
--compressed > data/data.json