I have a NodeJS script that spins an ngrok instance that runs the ngrok binary.
However, I need to be able to return the automatically generated URL. I can not find anywhere in the documentation on how to do this.
for example, when you start ngrok http 80 it spins, it generates a random unique URL for you every time you start

source share