Golfy is a small NodeJS application to create url-contained web page working offline, no web server needed!
Clone the repo, install the latest version of NodeJS, then
npm install
node golfy
It will take the content inside the app.html
folder and compress it into an URI, the URI is copied to the clipboard. Paste the URI inside your favorite browser and voila! Share the URI with others and they can access your web site, even offline!
This repository use the MIT license.