Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.96 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.96 KB

npm Dependencies devDependencies

Known Vulnerabilities Total Alerts Code Quality: Javascript

client-tell

Simple HTTP client app in HTML/Node

Screenshots

Main page

Installation

npm i

Setup

  1. npm start
  2. Follow instructions on URL to open in browser

Todos

  1. Allow extensions (e.g., to have a special interface for running HTTPQuery which should itself be upgraded to utilize, support non-eval JSONPath, and also run as middleware (demo using htteepee))
    1. Might leverage Link-Template to provide simple forms
    2. Essentially replace my old XSLT/XQuery add-ons with an area for evaluating JavaScript, perhaps preloading jtlt combined with syntax to make CORS (or proxified) HTTPQuery to retrieve JSONPath/CSS Selectors/XPath results and transform.
  2. Allow for prepopulating based on reading in file format via webappfind (and add this repo to webappfind-demos-samples)
  3. Add Cypress tests for UI and server