A tool which integrates functionality of opencpu and ohmage 2.x data.
This codebase is part of the suite of micro-frontend tools that now make up the web frontend clients for the ohmage 2.x project. It assumes the use of the global navbar to handle login/logout/navigation. If you intend to host this project on your own ohmage server, please serve the navbar from /
(root) and place this tool's code inside a directory relative to the root: /webapps/{tool}
(some apps assume an legacy nomenclature: /navbar/{tool}
).
This frontend is best when installed as a library on an opencpu server and an ohmage server is used to proxy traffic to the plotapp endpoint in order to serve the content.
The code in this respository is open-source and licensed under the Apache License, version 2.0. The full text of the license may be found at this link: http://www.apache.org/licenses/LICENSE-2.0.