An open API service indexing awesome lists of open source software.

https://github.com/antelle/url-parser

Parsing and changing URL parts
https://github.com/antelle/url-parser

Last synced: about 2 months ago
JSON representation

Parsing and changing URL parts

Awesome Lists containing this project

README

        

# URL Parser

This is a tool that allows you to parse and change URL parts:

- protocol
- hostname
- pathname
- anchor
- query string parameters
- ...and everything else

## Link

See it in action: [antelle.net/url-parser](https://antelle.net/url-parser/)

## References

- [MDN: What is a URL](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL)
- [LS: URL](https://url.spec.whatwg.org)

## License

[MIT](LICENSE.md)