Skip to content

A tiny library for decode value of the query string using JS

Notifications You must be signed in to change notification settings

guganems/js-parse-query-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

Description

A tiny library for decode value of the query string using JS

Using

add this script

<script src="https://cdn.jsdelivr.net/gh/guganems/js-parse-query-string/app.js"></script>

Example

assuming the url is: https://somesite.com/index.php?name=guga

to retrieve the parameter guga, you should use:

let url = new Url();
console.log(url.name);

About

A tiny library for decode value of the query string using JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published