Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icodesign/proxy-uri
Helper to generate/parse Shadowsocks(R)/HTTP(S) URI
https://github.com/icodesign/proxy-uri
Last synced: 25 days ago
JSON representation
Helper to generate/parse Shadowsocks(R)/HTTP(S) URI
- Host: GitHub
- URL: https://github.com/icodesign/proxy-uri
- Owner: icodesign
- License: mit
- Created: 2017-12-09T05:04:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T09:02:42.000Z (about 6 years ago)
- Last Synced: 2024-08-03T17:12:20.968Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 53
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **40**星
README
![License](https://img.shields.io/badge/license-MIT-green.svg)
[![Build Status](https://travis-ci.org/icodesign/proxy-uri.svg?branch=master)](https://travis-ci.org/icodesign/proxy-uri)`proxy-uri` is a utility to help generate or parse Shadowsocks(R)/HTTP(S) URI.
## Build from source
```
yarn deploy
```## Usage
### Generate URI
```
import { Proxy } from 'proxy-uri';
proxy.toURI(false);
```### Parse URI
```
import { ProxyURI } from 'proxy-uri';
let proxies = ProxyURI.parse(uri);
```More examples can be found in [tests](https://github.com/icodesign/proxy-uri/blob/master/test/index.test.ts).
## Projects
- [Potatso Lite](https://itunes.apple.com/app/id1239860606?mt=8)
## License
`MIT LICENSE`
See `LICENSE` for more details.