doc: public/icanhelp.host
parent
9a353cd309
commit
eb045258f6
14
README.md
14
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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
public API: https://icanhelp.host/api/supporters
|
||||
get-request returns json with simple list of objects :)
|
|
@ -0,0 +1,3 @@
|
|||
curl 'https://icanhelp.host/api/supporters' \
|
||||
-H 'accept: application/json, text/plain, */*' \
|
||||
--compressed > data/data.json
|
Loading…
Reference in New Issue