diff options
| author | Jakob L. Kreuze | 2022-05-07 20:47:46 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2022-05-08 19:10:19 -0400 |
| commit | 03406af6d71b1fa317165d14b8a5db4da26e3601 (patch) | |
| tree | 737ef088cd622e1559c09a766e53f05d1606ffd4 /dynamic/README.md | |
| parent | 1d34616291ffac85596e56a4950ba29bb89c6a41 (diff) | |
[scheme] README, copyright info for dynamic API
Diffstat (limited to 'dynamic/README.md')
| -rw-r--r-- | dynamic/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dynamic/README.md b/dynamic/README.md new file mode 100644 index 0000000..0f64827 --- /dev/null +++ b/dynamic/README.md @@ -0,0 +1,16 @@ +# Dynamic API for jakob.space + +This is a Guile back-end for all dynamic capabilities on jakob.space. It is +assumed that the web server proxies all requests matching a `/api` prefix to +this server. + +## Dependencies + +Depending on who you ask, the package management situation for Guile is either +disappointing, or a pleasant reminder of simpler times. This module leverages +two Guile modules which, to my knowledge, are not packaged in the typical Guile +extension fashion. The respective `.scm` files will need to be downloaded and +added to Guile load path. + +- [base64 from guile-lib](https://github.com/jacobrec/guile-lib/blob/master/base64.scm) +- [squee](https://notabug.org/cwebber/guile-squee/) |