Update README.md
This commit is contained in:
parent
4d32a2a1ee
commit
00fd2cd8fa
1 changed files with 14 additions and 2 deletions
14
README.md
14
README.md
|
@ -2,7 +2,10 @@
|
||||||
> i rarely make sense but still make things
|
> i rarely make sense but still make things
|
||||||
|
|
||||||
```sh
|
```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
|
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
|
```sh
|
||||||
|
@ -19,7 +22,16 @@ curl -s https://api.alemi.dev/mood | jq -r .mood
|
||||||
---
|
---
|
||||||
* **[aiocraft](https://moonlit.technology/alemi/aiocraft)** // **[treepuncher](https://moonlit.technology/alemi/treepuncher)**
|
* **[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
|
> asyncio-driven headless client library for block game // an hackable headless minecraft client
|
||||||
|
---
|
||||||
|
* **[bscv](https://moonlit.technology/ftbsc/bscv)**
|
||||||
|
> next generation block game utility client
|
||||||
---
|
---
|
||||||
* **[tinker.nvim](https://moonlit.technology/alemi/tinker.nvim)** // **[peak.nvim](https://moonlit.technology/alemi/peak.nvim)**
|
* **[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
|
> a neovim config for those who cannot stop tinkering // a warm colorscheme to keep you cozy at night
|
||||||
---
|
---
|
||||||
|
* **[guestbook.rs](https://moonlit.technology/alemi/guestbook.rs)**
|
||||||
|
> an easy to deploy and customizable guestbook for your site
|
||||||
|
---
|
||||||
|
* **[tci](https://moonlit.technology/alemi/tci)**
|
||||||
|
> tiny custom CI runner for your selfhosted just-git repositories
|
||||||
|
---
|
Loading…
Reference in a new issue