https://github.com/afeiship/next-qs
Querystring for url based on next.
https://github.com/afeiship/next-qs
hashlize next param qs querystring
Last synced: about 1 year ago
JSON representation
Querystring for url based on next.
- Host: GitHub
- URL: https://github.com/afeiship/next-qs
- Owner: afeiship
- License: mit
- Created: 2017-08-11T13:40:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T13:33:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T08:08:42.182Z (over 1 year ago)
- Topics: hashlize, next, param, qs, querystring
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-qs
> Querystring for url based on next.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```bash
npm install -S @jswork/next-qs
```
## usage
```js
import '@jswork/next-qs';
const hashUrl = '?auctionId=4713&v=1.0.76730bc3';
const hash = nx.qs(hashUrl);
// { auctionId: '4713', v: '1.0.76730bc3' }
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-qs/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-qs
[version-url]: https://npmjs.org/package/@jswork/next-qs
[license-image]: https://img.shields.io/npm/l/@jswork/next-qs
[license-url]: https://github.com/afeiship/next-qs/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-qs
[size-url]: https://github.com/afeiship/next-qs/blob/master/dist/next-qs.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-qs
[download-url]: https://www.npmjs.com/package/@jswork/next-qs