A simple way to get your public IP address and other connection related information
wget -qO - ip.swagger.pro
curl ip.swagger.pro
fetch -qo - ip.swagger.pro
Invoke-RestMethod http://ip.swagger.pro
$ pip install -r requirements.txt
$ python app.py
$ py.test tests/
Docker is used to scale the application
$ docker build -t swagip .
$ docker run -p 0.0.0.0:80:8080 swagip