1.2.1 • Published 4 years ago

@dothq/url v1.2.1

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

🔗 URL

A simple URL formatting module for Dot Browser.

⏬ Install

npm i @dothq/url

🚀 Example

const FormattedURL = require("@dothq/url");

const url = new FormattedURL("https://mynameis:slimshady@foo.bar/with-paths?youGotHashes=true#yes-we-do")

console.log(url) // { protocol: 'https://', showProtocol: false, host: 'mynameis:slimshady@foo.bar', pathname: '/with-paths?youGotHashes=true#yes-we-do' }

🖋 Authors

  • Ender aka EnderDev - Main Developer - EnderDev

🤵 License

This project is licensed under the MIT License - see the LICENSE file for details

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago