Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)