USEPA / e-manifest

API services documentation and reference material for the e-Manifest hazardous waste tracking system
https://www.epa.gov/e-manifest
Creative Commons Zero v1.0 Universal
26 stars 22 forks source link

Sample client UI #1608

Closed dpgraham4401 closed 5 months ago

dpgraham4401 commented 5 months ago

Adds a simple UI to our sample client.

The very simple UI makes request to the sample-client local backend which forwards the authenticated request to RCRAInfo. The RCRAInfo response is routed back to the sample client UI and displayed in a read only text box. Pretty simple, no frills.

image