Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.1 KB

Koodistopalvelu UI

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:

Frontend

A codeset browser with ability to copy visible (selected) values to clipboard.

Requirements
  • NodeJS
    • yarn
    • grunt
Build & install
yarn
grunt build
cp -r dist/ [to wherever]

Backend

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.

Requirements
  • PHP
    • php-xml
    • php-soap
Build & install

TODO (this is more like a personal preference thing)