Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sokil/url.js
- Owner: sokil
- Created: 2015-12-27T19:16:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T10:35:24.000Z (about 8 years ago)
- Last Synced: 2024-10-09T21:00:00.796Z (about 1 month ago)
- Topics: javascript, url
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```