Update README.md
This commit is contained in:
parent
2ab7a60387
commit
4d32a2a1ee
1 changed files with 14 additions and 1 deletions
15
README.md
15
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:
|
||||
* **[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
|
||||
---
|
Loading…
Reference in a new issue