Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccjoe/url-parse
url string parse, demo for create npm-es6-ava-package
https://github.com/ccjoe/url-parse
Last synced: 18 days ago
JSON representation
url string parse, demo for create npm-es6-ava-package
- Host: GitHub
- URL: https://github.com/ccjoe/url-parse
- Owner: ccjoe
- License: mit
- Created: 2017-05-19T11:21:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T11:22:06.000Z (over 7 years ago)
- Last Synced: 2024-11-20T18:53:50.474Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url parse
![Build Status](https://img.shields.io/travis/ccjoe/url parse.svg)
![Coverage](https://img.shields.io/coveralls/ccjoe/url parse.svg)
![Downloads](https://img.shields.io/npm/dm/url parse.svg)
![Downloads](https://img.shields.io/npm/dt/url parse.svg)
![npm version](https://img.shields.io/npm/v/url parse.svg)
![dependencies](https://img.shields.io/david/ccjoe/url parse.svg)
![dev dependencies](https://img.shields.io/david/dev/ccjoe/url parse.svg)
![License](https://img.shields.io/npm/l/url parse.svg)Url process and parse url path, hash and query string
## Getting Started
Install it via npm:
```shell
npm install url parse
```And include in your project:
```javascript
import url parse from 'url parse';
```## License
MIT