You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### A JavaScript library to retrieve the query parameters with cross browser compatibility.
4
+
5
+
---
6
+
7
+
## How to Install:
8
+
Inside your project, run the following command:
9
+
```
10
+
npm i js-queryparams
11
+
```
12
+
The above command will install the js-queryparams module inside the node_modules folder. After this you can either direct reference to the `lib/index.js` file or extract it and host it in your webserver.
0 commit comments