From 4d32a2a1eec04ca2f90aa7d60036635c5cbb986e Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 18 Jul 2024 03:13:55 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb3c00..e5f27e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ ![some river](https://alemi.dev/img/about-slice-1.png) > i rarely make sense but still make things +```sh +curl -X PUT -H 'Content-Type: application/json' --data '{"body": "hiii :3 how are you??", "public": false, "author": "curl from your git :p"}' https://api.alemi.dev/msg +``` + +```sh +curl -s https://api.alemi.dev/mood | jq -r .mood +``` + ## some things --- * **[scope-tui](https://moonlit.technology/alemi/scope-tui)** @@ -9,4 +17,9 @@ * **[upub](https://moonlit.technology/alemi/upub)** ([site](https://join.upub.dev)) > micro social network, federated --- - * **more?** see my repos page or check back soon :tm: \ No newline at end of file + * **[aiocraft](https://moonlit.technology/alemi/aiocraft)** // **[treepuncher](https://moonlit.technology/alemi/treepuncher)** + > asyncio-driven headless client library for block game // an hackable headless minecraft client +--- + * **[tinker.nvim](https://moonlit.technology/alemi/tinker.nvim)** // **[peak.nvim](https://moonlit.technology/alemi/peak.nvim)** + > a neovim config for those who cannot stop tinkering // a warm colorscheme to keep you cozy at night +--- \ No newline at end of file