@scriptify-vscode/dummyjson
v1.0.2
Published
DummyJSON API for scriptify. Get dummy/fake JSON data to use as placeholder in development or in prototype testing.
Downloads
8
Readme
@scriptify-vscode/dummyjson
This script is designed to be used with the VS Code extension "Scriptify". It generates dummy JSON data using the dummyjson.com API.
Example
- Open a JSON file in your VS Code editor.
- Run the script using the "Scriptify" extension.
- Select the type of item you want to generate dummy data for (e.g., products, carts, users, etc.).
- Choose whether to generate data for all items or select a specific item by ID.
- The script will send a request to the dummyjson.com API and retrieve the generated JSON data.
- The generated JSON data will replace the contents of the selected JSON file.
Note: Make sure you have an active internet connection to access the dummyjson.com API.