ngal

A simple image gallery generator powered by NodeJS


Keywords
gallery, image, javascript, nodejs
License
WTFPL
Install
npm install ngal@0.0.4

Documentation

ngal 🖼️

ngal is a simple html gallery generator written in Nodejs. It uses flexbox for the grid. This was born out of my need to host my own unixporn.

How does it work? 🔧

$ sudo npm install -g ngal
$ cd ~/Pictures
$ ngal
  1. Looks for .png and .jpg files in $CURRENT_DIR.
  2. Generates an HTML page with links to those files as a gallery.
  3. Serves that page over a request on /.

How does it look like? 👀

It's boring, but here's screenshot if you must.

ngal

References 📖

License 🛡️

WTFPL