Update README.md
Browse files
README.md
CHANGED
|
@@ -1,93 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
<h4 align="center">
|
| 7 |
-
<a href="https://jsoncrack.com">JSON Crack</a> |
|
| 8 |
-
<a href="https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode">VS Code Extension</a> |
|
| 9 |
-
<a href="https://jsoncrack.com/docs">Documentation</a>
|
| 10 |
-
</h4>
|
| 11 |
-
|
| 12 |
-
<div align="center">
|
| 13 |
-
<h2>
|
| 14 |
-
An innovative, open source data visualization app.
|
| 15 |
-
<br />
|
| 16 |
-
Brings data to life through captivating graphs.
|
| 17 |
-
</h2>
|
| 18 |
-
</div>
|
| 19 |
-
|
| 20 |
-
<br />
|
| 21 |
-
<p align="center">
|
| 22 |
-
<a href="https://www.producthunt.com/posts/json-crack?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-json-crack" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332281&theme=light" alt="JSON Crack - Simple visualization tool for your JSON data. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
| 23 |
-
<a href="https://discord.gg/yVyTtCRueq" target="_blank"><img src="https://user-images.githubusercontent.com/47941171/206397224-94da03a4-59d0-48cd-aafc-512624a768d6.png" "style=" height: 54px;" height="54" /></a>
|
| 24 |
-
</br>
|
| 25 |
-
<a href="https://github.com/sponsors/AykutSarac" target="_blank"><img src="https://user-images.githubusercontent.com/47941171/206397875-a4e73f02-5d8f-4db0-902b-9a4bc2b22d90.png" "style=" height: 54px;" height="54" /></a>
|
| 26 |
-
</p>
|
| 27 |
-
|
| 28 |
-
<p align="center">
|
| 29 |
-
<img src="./public/assets/jsoncrack-screenshot.jpeg" alt="Product Preview" />
|
| 30 |
-
</p>
|
| 31 |
-
|
| 32 |
-
# JSON Crack (jsoncrack.com)
|
| 33 |
-
|
| 34 |
-
JSON Crack is a free, open-source data visualization app capable of visualizing data formats such as JSON, YAML, XML, CSV and more, into interactive graphs. With its intuitive and user-friendly interface, JSON Crack makes it easy to explore, analyze, and understand even the most complex data structures. Whether you're a developer working on a large-scale project or a data enthusiast looking to uncover hidden insights, JSON Crack has the tools and features you need to unlock the full potential of your data.
|
| 35 |
-
|
| 36 |
-
## Features
|
| 37 |
-
- π― Free & open-source.
|
| 38 |
-
- π Dark mode.
|
| 39 |
-
- πΌοΈ Export to PNG, SVG, JPEG & clipboard.
|
| 40 |
-
- π Zoom and panning support with touch gestures.
|
| 41 |
-
- π Wide range of tools - search, json path, node contents, expand/toggle, auto format...
|
| 42 |
-
- π Share/Import/Fetch
|
| 43 |
-
- π§± Embeddable iframe widgets.
|
| 44 |
-
|
| 45 |
-
## Contributing
|
| 46 |
-
|
| 47 |
-
- Missing something or found a bug? [Report here](https://github.com/AykutSarac/jsoncrack.com/issues).
|
| 48 |
-
- Want to contribute? Check out our [contribution guide](https://github.com/AykutSarac/jsoncrack.com/blob/main/CONTRIBUTING.md) or let us know on [Discord](https://discord.gg/yVyTtCRueq).
|
| 49 |
-
|
| 50 |
-
## Sponsors & support
|
| 51 |
-
|
| 52 |
-
If you like the project, you can become a sponsor at [GitHub Sponsors](https://github.com/sponsors/AykutSarac) or use [Premium](https://jsoncrack.com/pricing).
|
| 53 |
-
|
| 54 |
-
## Running Locally
|
| 55 |
-
|
| 56 |
-
### Local
|
| 57 |
-
|
| 58 |
-
After cloning the repository, run the following commands:
|
| 59 |
-
```console
|
| 60 |
-
# Install the packages
|
| 61 |
-
pnpm install
|
| 62 |
-
|
| 63 |
-
# Start development server
|
| 64 |
-
# Then the development server will run at http://localhost:3000
|
| 65 |
-
pnpm dev
|
| 66 |
-
```
|
| 67 |
-
|
| 68 |
-
### Docker
|
| 69 |
-
|
| 70 |
-
π³ A [`Dockerfile`](Dockerfile) is provided in the root of the repository.
|
| 71 |
-
If you want to run JSON Crack locally:
|
| 72 |
-
|
| 73 |
-
```console
|
| 74 |
-
# Build a Docker image with:
|
| 75 |
-
docker build -t jsoncrack .
|
| 76 |
-
|
| 77 |
-
# Run locally with `docker run`
|
| 78 |
-
docker run -p 8888:8080 jsoncrack
|
| 79 |
-
|
| 80 |
-
# Run locally with `docker-compose`
|
| 81 |
-
docker-compose up -d
|
| 82 |
-
|
| 83 |
-
# Go to http://localhost:8888
|
| 84 |
-
```
|
| 85 |
-
|
| 86 |
-
## Thank you for supporting JSON Crack
|
| 87 |
-
|
| 88 |
-
Last but not least, we're thankful to these companies for offering their services for free:
|
| 89 |
-
|
| 90 |
-
<a href="https://sentry.io">
|
| 91 |
-
<img height="30" src="https://user-images.githubusercontent.com/47941171/236691121-717c7975-809f-4508-b58e-5ada2f7e8c7c.png" alt="Sentry" />
|
| 92 |
-
</a>
|
| 93 |
pinned: false
|
|
|
|
| 1 |
+
title: Json
|
| 2 |
+
emoji: π
|
| 3 |
+
colorFrom: red
|
| 4 |
+
colorTo: yellow
|
| 5 |
+
sdk: docker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
pinned: false
|