Remote folder browser

Functionality:

Evaluation of time-lapse measurements located on a remote web server.

On the remote web server you need to:

  • have LRC files organized in folders
  • beside the components of having index.php, which will provide an API for the web component <remote-browser>
  • beside the components of having .htaccess, which place in the answer header CORS settings

Showcase:

Usage:

Webcomponent:

<!-- Load the library in the head -->
<script src=" https://cdn.jsdelivr.net/npm/@labir/embed/dist/embed.min.js "></script>
<link href=" https://cdn.jsdelivr.net/npm/@labir/embed/dist/embed.min.css " rel="stylesheet">

<!-- Use the webcomponent providing the required parameters -->
<remote-browser-app 
    url="https://termogram.labir.cz/2025-badatel/" 
    subfolder="manetin"
></remote-browser-app>

Remote folder browser