smart-query-parser

0.0.2 • Public • Published

query-parser

travis-ci Dependency Status

A smarter query string parser that will convert value in right format(support number, boolean and array), write in ES6.

Install

npm install smart-query-parser

Usage

import { parser } from 'smart-query-parser'

const link = 'https://google.com/search?q=hello+world&a=1&a=2'
let obj = parser(link)
console.log(obj) // {q: 'hello world', a: [1,2]}

Author

xuhong

License

MIT

/smart-query-parser/

    Package Sidebar

    Install

    npm i smart-query-parser

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • xuhong