/json-endpoint-diff

This tool will compare the JSON output of two REST endpoints to check for regressions

Primary LanguageJavaScriptMIT LicenseMIT

json-endpoint-diff

json-endpoint-diff icon

This tool will compare the JSON output of two REST endpoints to check for regressions

Plug in two GET or POST endpoints, put in any parameters to request with, click to submit, and view a visual breakdown of the differences.

It may be required to the Allow-Control-Allow-Origin:* chrome extension to get this working for some endpoints.

The project was created in React with a Material-UI front end using several great libraries:

Security Concerns

I've been asked questions about whether or not data requests handled by this app are stored to a database or sent to a server. The answer is no. No data is stored from the app for any reason. This app currently only runs on the frontend without communicating to servers or databases to process JSON data or store requests.

Develop

Setup
git clone https://github.com/hoffination/json-endpoint-diff

cd json-endpoint-diff
npm install

npm install -g webpack webpack-dev-server
Run
webpack-dev-server --progress --colors