Content provided from screen.waxy.org/screenshots/.
Development: npm start
Build: npm run build
How it works:
- Gets the contents of http://screen.waxy.org/screenshots/ and write it into a static file
data.html
(this page is an apache index listing) - Parse using jquery to get all
<a>
hrefs of linked images - Generate a bunch of
<img>
tags pointing to the screens hosted at http://screen.waxy.org/screenshots/ lazyload
jquery plugin loads the images