1.3.0 • Published 4 months ago

cloud-url-resolver v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

cloud-url-resolver

NPM Version

easily resolve protocol/port setups on any development platform

Supported Platforms

If you would like to add support for another platform, please open an issue about it.

Usage

import { transform } from "cloud-url-resolver";

transform(3000, "http"); // returns "http://localhost:3000" if on localhost; otherwise, returns the transformed for the current platform
1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago