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

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.

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# Carey Development URL Utilities

![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![npm version](https://badge.fury.io/js/carey-url-util.svg)](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).