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

https://github.com/litert/urlencode.js

A simple URL encoding/decoding utilities library.
https://github.com/litert/urlencode.js

querystring url

Last synced: 2 months ago
JSON representation

A simple URL encoding/decoding utilities library.

Awesome Lists containing this project

README

          

# LiteRT/URLEncode

[![npm version](https://img.shields.io/npm/v/@litert/urlencode.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/urlencode "Stable Version")
[![License](https://img.shields.io/npm/l/@litert/urlencode.svg?maxAge=2592000?style=plastic)](https://github.com/litert/urlencode/blob/master/LICENSE)
[![node](https://img.shields.io/node/v/@litert/urlencode.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/)
[![GitHub issues](https://img.shields.io/github/issues/litert/urlencode.js.svg)](https://github.com/litert/urlencode.js/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/urlencode.js.svg)](https://github.com/litert/urlencode.js/releases "Stable Release")

A simple URL encoding/decoding utilities library.

## Requirement

- TypeScript v4.8.1 (or newer)
- Node.js v14.0.0 (or newer)

## Installation

Install by NPM:

```sh
npm i @litert/urlencode --save
```

## Document

Preparing...

## License

This library is published under [Apache-2.0](./LICENSE) license.