https://github.com/careydevelopment/carey-urlutil
Module for handling URL-related string parsing.
https://github.com/careydevelopment/carey-urlutil
angular npm typescript url
Last synced: about 2 months ago
JSON representation
Module for handling URL-related string parsing.
- Host: GitHub
- URL: https://github.com/careydevelopment/carey-urlutil
- Owner: careydevelopment
- License: mit
- Created: 2021-04-24T13:21:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T12:16:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-18T04:59:13.793Z (over 1 year ago)
- Topics: angular, npm, typescript, url
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Carey Development URL Utilities

[](https://badge.fury.io/js/carey-url-util)
## Overview
This package includes a service with convenience methods for extracting info from URLs, such as request parameters, and
base URLs.
## Usage: Installation
It's easy to install this package:
```
npm install carey-url-util
```
Once you've installed it, you can begin using the service and models included in the package.
## License
This code is under the [MIT License](https://github.com/careydevelopment/carey-urlutil/blob/master/LICENSE).