https://github.com/ccjoe/url-parse
url string parse, demo for create npm-es6-ava-package
https://github.com/ccjoe/url-parse
Last synced: 4 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T11:22:06.000Z (about 8 years ago)
- Last Synced: 2025-01-21T13:27:11.989Z (5 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







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