1.0.5 • Published 4 years ago

get-query-params v1.0.5

Weekly downloads
8
License
LGPL-3.0
Repository
github
Last release
4 years ago

get-query-params

DEPRECATED, use query-string

npm version CircleCI codecov Maintainability Patreon ko-fi

Usage

npm i get-query-params
import getQueryParams from 'get-query-params'

const params = getQueryParams(window.location.search)
// Returns a JS object

// If the url is http://example.com?foo=bar&baz=quux,
// return value is
{ foo: 'bar', baz: 'quux' }

License

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago