ex_ngrok v0.3.0 Ngrok

By including this application, an Ngrok process will be started when your application starts and stopped when your application stops

Summary

Functions

Retrieves the public URL of the Ngrok tunnel

Callback implementation for Application.start/2

Functions

public_url()
public_url :: String.t

Retrieves the public URL of the Ngrok tunnel

Example

Ngrok.public_url # => http://(.*).ngrok.io/
start(type, args)

Callback implementation for Application.start/2.