All Projects â†’ choojs â†’ Nanoquery

choojs / Nanoquery

Licence: mit
📇 - Tiny querystring module

Programming Languages

javascript
184084 projects - #8 most used programming language

nanoquery stability

npm version build status downloads js-standard-style

Tiny querystring module for Node, Electron and browsers.

Usage

var nanoquery = require('nanoquery')

var kv = nanoquery(window.location.href)
console.log(kv)

API

kv = nanoquery(url)

Destructure a url to an object containing the querystring mapping

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].