Skip to content

Commit

Permalink
Updated package name and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SreejithNS committed May 29, 2021
1 parent 528817a commit 8fd6efd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# URLQueryParams ![ts](https://flat.badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)

[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/SreejithNS/urlqueryparams/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/)
[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest) [![GitHub license](https://img.shields.io/github/license/SreejithNS/urlqueryparams.svg)](https://github.com/SreejithNS/urlqueryparams/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/SreejithNS/urlqueryparams.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/)


An extended version of [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) with support for Objects and Arrays.
Expand All @@ -19,16 +19,16 @@ An extended version of [URLSearchParams](https://developer.mozilla.org/en-US/doc

### Install

npm -i -s url-query-params
npm -i -s object-in-queryparams

(or)

yarn add url-query-params
yarn add object-in-queryparams

### Usage


import { URLQueryParams } from "url-query-params";
import { URLQueryParams } from "object-in-queryparams";

const queryParams = new URLQueryParams(
{
Expand Down Expand Up @@ -70,11 +70,13 @@ An extended version of [URLSearchParams](https://developer.mozilla.org/en-US/doc
- `{ [param]: { [param]: {...} } }`

## 🦄 Contribution & Issues
[![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/) [![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://GitHub.com/SreejithNS/urlqueryparams/issues/) [![GitHub pull-requests](https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg)](https://GitHub.com/SreejithNS/urlqueryparams/pull/)

If this package helped you and saved your time **thank me by giving a star ⭐** to my repo.
Post your issues [here](https://github.com/SreejithNS/urlqueryparams/issues)
Pull Requests are always welcomed.

[![GitHub stars](https://img.shields.io/github/stars/SreejithNS/urlqueryparams.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SreejithNS/urlqueryparams/stargazers/) [![GitHub issues](https://img.shields.io/github/issues/SreejithNS/urlqueryparams.svg)](https://GitHub.com/SreejithNS/urlqueryparams/issues/) [![GitHub pull-requests](https://img.shields.io/github/issues-pr/SreejithNS/urlqueryparams.svg)](https://GitHub.com/SreejithNS/urlqueryparams/pull/)

## License
[MIT License](https://github.com/SreejithNS/urlqueryparams/blob/main/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "url-query-params",
"name": "object-in-queryparams",
"version": "1.0.0",
"description": "An extended version of URLSearchParams with support for Objects and Arrays.",
"main": "dist/index.js",
Expand Down

0 comments on commit 8fd6efd

Please sign in to comment.