mudasobwa-tripper

Web component reads the images list (with optional header and intro) from JSON file:

      {
        "track": "data/baywindows.xml",
        "images": [
          "i/600_20150104_114911.jpg",
          "i/600_20150104_114942.jpg",
          "i/600_20150104_115011.jpg",
          ...
        ]
      }
    

...and displays everything on the page, using mudasobwa-tripper component.

    <mudasobwa-tripper src="data/images.json" drawTrack>
    </mudasobwa-tripper>