https://github.com/aosasona/jsorm
A (demo) minimal JSON explorer in Gleam + HTMX
https://github.com/aosasona/jsorm
Last synced: 23 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T21:00:35.000Z (12 months ago)
- Last Synced: 2024-11-15T11:36:30.584Z (11 months ago)
- Language: Gleam
- Homepage: https://jsorm.trulyao.dev
- Size: 1.37 MB
- Stars: 28
- 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

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)