User interface for some public APIs providing codesets and classification information. Uses own passthru simple PHP APIs (read only; GET) as backend.
Original sources for codesets and classifications are:
A codeset browser with ability to copy visible (selected) values to clipboard.
- NodeJS
- yarn
- grunt
yarn
grunt build
cp -r dist/ [to wherever]
Backend is just a few PHP scripts that pass thru HTTP calls to named original APIs basically to avoid CORS but also makes some simplifications.
- PHP
- php-xml
- php-soap
TODO (this is more like a personal preference thing)