Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gozala/querystring
Node's querystring module for all engines.
https://github.com/Gozala/querystring
Last synced: about 1 month ago
JSON representation
Node's querystring module for all engines.
- Host: GitHub
- URL: https://github.com/Gozala/querystring
- Owner: Gozala
- License: mit
- Created: 2011-04-16T05:58:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T09:55:20.000Z (about 1 year ago)
- Last Synced: 2024-10-22T20:35:39.353Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 287
- Watchers: 8
- Forks: 72
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - querystring
README
# LEGACY: querystring
> The querystring API is considered Legacy. New code should use the [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) API instead.
[![NPM](https://img.shields.io/npm/v/querystring.svg)](https://npm.im/querystring)
[![gzip](https://badgen.net/bundlephobia/minzip/querystring@latest)](https://bundlephobia.com/result?p=querystring@latest)Node's querystring module for all engines.
## 🔧 Install
```sh
npm i querystring
```## 📖 Documentation
Refer to [Node's documentation for `querystring`](https://nodejs.org/api/querystring.html).
## 📜 License
MIT © [Gozala](https://github.com/Gozala)