jsonplotter
v1.0.0
Published
A CLI tool to get an overview of JSON-data in terminal.
Downloads
10
Readme

jsonplotter
Jsonplotter is a CLI tool, which creates a visual representasion of JSON data either from an api or from local JSON file from project folder.
Install:
npm install jsonplotter --save-devnpx jsonplotterCommands:
plot Command
The plot command lets you visualize JSON data either from an api or local JSON file.
Syntax:
jsonplotter plot [options]Options:
-f, --file <path>:
Use this option to visualize from local JSON file.
Example:
jsonplotter plot --file "src/data/users.json"-u, --url <url>:
Use this option to visualize data from an api.
jsonplotter plot --url "https://dummyjson.com/recipes?limit=5"-l, --limit <number>
use this optional flag to limit the number of items shown on table. Defaults to 3.
jsonplotter plot --file "src/data/items.json" --limit 5
Examples:
jsonplotter plot --u "https://dummyjson.com/recipes" -l 2

License:
This software is licensed under the MIT
Contributing
All contributions are welcome, please use the Issues tracker
