client-tell

HTTP client app in HTML/Node

MIT License

Downloads
13
Stars
0
Committers
2

client-tell

Simple HTTP client app in HTML/Node

Screenshots

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