Expose your localhost with localtunnel Linux 21.08.2015

localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.

# install nodejs and npm
yaourt npm

# install localtunnel
sudo npm install -g localtunnel

# start local server
python2 -m SimpleHTTPServer

# share server with others
lt --port 8000

# open url 
chromium https://yivikckqad.localtunnel.me