Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sokil/url.js

:earth_africa: JavaScript library to work with URL
https://github.com/sokil/url.js

javascript url

Last synced: 23 days ago
JSON representation

:earth_africa: JavaScript library to work with URL

Awesome Lists containing this project

README

        

# Url Mutator

Library to work with urls

[![Build Status](https://travis-ci.org/sokil/url.js.svg?branch=master)](https://travis-ci.org/sokil/url.js)
[![npm](https://img.shields.io/npm/v/url-mutator.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/url-mutator)

## Installation

#### Bower
```
bower install url-mutator
```

#### Npm
```
npm install url-mutator
```

## Tests

You must install `jasmine`:
```
npm install -g jasmine
```

Then run in console:
```
cd tests
jasmine
```