EZ Req is just a simple tool to test API calls using a web interface. A live example can be found here.
To install, simply clone the repo, then:
npm install
Run:
npm start
Depends on:
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.7",
"ajv": "^6.2.0",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"jquery": "^3.0.0",
"popper.js": "^1.12.9",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1",
"react-syntax-highlight": "^15.3.1"