jsontest-xvi
v1.1.1
Published
server test is to read json file and writing it into local server with any port of your choice.
Downloads
1
Readme
jsontest-xvi
A Node.js package that helps to test json file locally(local server). Its flexible with any given port number. This package has an in-built console method for event listener.
Usage
First, install the package using npm:
npm install jsontest-xvi --save
Then, require the package and use it like so:
const servetest = require("jsontest-xvi");
portserve(2000, "melon.json");
License
Apache 2.0