contents comming soon
vistructures
shows a web GUI to visualize arbitrary data which meets the following loose requirements:
- The data is given by a json file
- It's an array with items that has similar structure
Each item is shown as a tile or table row. Each tile can have an image (specified by your configuration), if there is no image then the tile will be colored based on item name. You can filter items based on there properties. Each item has a detailed page, from where a dynamic set of gallery images can be shown. You can define the action when an item is clicked.
- deno (https://deno.land)
deno run -A server.ts config_sample.ts
-
copy
config_sample.ts
toconfig.ts
and make your customizations. See comments inside this file. -
run:
deno run -A server.ts config.ts
this will start a local http server and open your default browser to show your data in the way you specified in
config.ts
.