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.
- Host: GitHub
- URL: https://github.com/litert/urlencode.js
- Owner: litert
- License: other
- Created: 2022-09-18T13:22:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-06T06:07:37.000Z (6 months ago)
- Last Synced: 2025-12-09T23:48:50.204Z (6 months ago)
- Topics: querystring, url
- Language: TypeScript
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteRT/URLEncode
[](https://www.npmjs.com/package/@litert/urlencode "Stable Version")
[](https://github.com/litert/urlencode/blob/master/LICENSE)
[](https://nodejs.org/dist/latest-v8.x/)
[](https://github.com/litert/urlencode.js/issues)
[](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.