Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aosasona/jsorm
A (demo) minimal JSON explorer in Gleam + HTMX
https://github.com/aosasona/jsorm
Last synced: 27 days ago
JSON representation
A (demo) minimal JSON explorer in Gleam + HTMX
- Host: GitHub
- URL: https://github.com/aosasona/jsorm
- Owner: aosasona
- Created: 2023-10-20T16:54:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-11T12:42:58.000Z (5 months ago)
- Last Synced: 2024-08-03T04:08:53.369Z (4 months ago)
- Language: Gleam
- Homepage: https://jsorm.wyte.space
- Size: 1.36 MB
- Stars: 24
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gleam - aosasona/jsorm - A minimal JSON explorer in Gleam + HTMX. (Projects / Web applications)
README
# jsorm
![screenshot](./main.jpeg)
A minimal JSON explorer in Gleam and HTMX
## Status
There are still a lot of things I'd love to add and fix here but I can't for now because I need to focus on working on my main project(s), so I have implemented the basic minimum functionalities I needed.
## I was promised HTMX and Hyperscript, why do I see fetch?
Good question, I either wanted to use my tiny toast library or I was too lazy to do it all server-side (most likely the former)