2022-04-06 14:30:54 +03:00
< div align = "center" >
2022-04-17 10:52:31 +03:00
< a href = "https://jsonvisio.com" >
2022-04-17 13:37:39 +03:00
< img width = "512" alt = "json visio logo" src = "https://github.com/AykutSarac/jsonvisio.com/blob/main/public/logo.png" >
2022-04-17 10:52:31 +03:00
< / a >
2022-04-06 14:30:54 +03:00
< / div >
2022-04-17 10:52:31 +03:00
< div >
< p align = "center" >
< img alt = "travis ci badge" src = "https://img.shields.io/travis/com/AykutSarac/jsonvisio.com/main?style=flat-square" / >
< a href = "https://github.com/AykutSarac/jsonvisio.com/blob/main/LICENSE" >
< img alt = "license badge" src = "https://img.shields.io/github/license/AykutSarac/jsonvisio.com?style=flat-square" / >
< / a >
< a href = "https://github.com/AykutSarac/jsonvisio.com/releases" >
2022-04-17 10:56:29 +03:00
< img alt = "version badge" src = "https://img.shields.io/github/package-json/v/AykutSarac/jsonvisio.com?color=brightgreen&style=flat-square" / >
2022-04-17 10:52:31 +03:00
< / a >
2022-05-07 22:43:05 +03:00
< a href = "https://opencollective.com/jsonvisio" >
< img alt = "open collective backers" src = "https://img.shields.io/opencollective/backers/jsonvisio?style=flat-square" / >
< / a >
2022-04-17 10:52:31 +03:00
< / p >
< p align = "center" >
< i > Simple json visualization tool for your data.< / i >
< / p >
2022-06-12 17:54:17 +03:00
< img width = "800" src = "https://jsonvisio.com/jsonvisio-screenshot.png" alt = "preview 1" / >
2022-04-17 10:52:31 +03:00
< p align = "center" >
< h2 align = "center" > Support JSON Visio< h2 >
< / p >
< p align = "center" >
< a href = "https://www.producthunt.com/posts/json-visio?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-json& #0045 ;visio" target = "_blank" >< img src = "https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332281&theme=light" alt = "JSON& #0032 ;Visio - Simple& #0032 ;visualization& #0032 ;tool& #0032 ;for& #0032 ;your& #0032 ;JSON& #0032 ;data& #0046 ; | Product Hunt" style = "width: 250px; height: 54px;" width = "250" height = "54" /></ a >
2022-05-07 22:59:00 +03:00
< a href = "https://opencollective.com/jsonvisio" target = "_blank" >
< img src = "https://opencollective.com/webpack/donate/button @2x .png?color=blue" width = 300 />
2022-04-17 10:52:31 +03:00
< / a >
< / p >
< / div >
2022-01-30 13:09:56 +03:00
2022-04-17 13:38:50 +03:00
# JSON Visio (jsonvisio.com)
2022-04-17 13:38:22 +03:00
2022-04-06 14:30:54 +03:00
JSON Visio is data visualization tool for your json data which seamlessly illustrates your data on graphs without having to restructure anything, paste directly or import file.
2022-04-20 15:11:51 +03:00
> <b><a href="https://jsonvisio.com">JSON Visio - Directly onto graphs</a></b>
2022-04-06 14:30:54 +03:00
## ⚡️ Features
2022-04-27 16:35:27 +03:00
* PWA (Progressive Web App) with offline mode support
2022-04-16 12:48:47 +03:00
* Search Nodes
2022-05-04 21:33:41 +03:00
* Download as image
* Advanced Error Message
2022-04-06 14:30:54 +03:00
* Save JSON locally
* Multiple layout direction support
* Compressed view
* Representative colors for arrays & keys
2022-04-16 12:48:47 +03:00
* Friendly UI
* Light/Dark Mode
2022-04-06 14:30:54 +03:00
2022-01-30 13:09:56 +03:00
2022-04-06 14:30:54 +03:00
## 🧩 Preview
2022-02-03 16:45:54 +03:00
2022-04-06 14:30:54 +03:00
< div align = "center" >
2022-04-15 15:35:34 +03:00
< img width = "800" src = "https://github.com/AykutSarac/jsonvisio.com/blob/main/public/preview_2.png" alt = "preview 1" / >
2022-04-30 13:56:06 +03:00
< / div >
2022-04-28 12:15:05 +08:00
2022-04-17 10:52:31 +03:00
## 🛠 Development Setup
2022-04-30 13:56:06 +03:00
```console
2022-04-26 14:21:56 +03:00
npm install --legacy-peer-deps
2022-04-17 10:52:31 +03:00
npm run dev
```
2022-04-30 13:56:06 +03:00
## 🐳 Docker
```
A Docker file is provided in the root of the repository.
If you want to run JSON Visio locally:
* Build Docker image with `docker build -t jsonvisio .`
* Run locally with `docker run -p 8888:80 jsonvisio`
* Go to [http://localhost:8888]
```
2022-04-17 10:52:31 +03:00
2022-04-06 14:30:54 +03:00
## License
2022-02-04 18:57:26 +03:00
2022-04-06 14:30:54 +03:00
This project is open source and available under the [MIT License ](LICENSE ).