auchenberg / cloud-instance-url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloud-instance-url

Library to get the current url for the deployed instance in the cloud.

let getUrl = require('cloud-instance-url');
let publicUrl = getUrl();
console.log('publicUrl', publicUrl);

Supported cloud environments

About


Languages

Language:JavaScript 100.0%