https://github.com/lsongdev/node-v2ray
v2ray in javascript
https://github.com/lsongdev/node-v2ray
v2ray v2ray-cli
Last synced: 7 months ago
JSON representation
v2ray in javascript
- Host: GitHub
- URL: https://github.com/lsongdev/node-v2ray
- Owner: lsongdev
- License: mit
- Created: 2019-10-08T11:46:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T11:59:33.000Z (over 6 years ago)
- Last Synced: 2024-12-31T10:05:33.581Z (about 1 year ago)
- Topics: v2ray, v2ray-cli
- Language: JavaScript
- Homepage: https://npmjs.org/v2ray
- Size: 1.95 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## v2ray [](https://npmjs.org/v2ray)
> v2ray in javascript
### Installation
```bash
$ npm install v2ray
```
### Example
```js
const v2ray = require('v2ray');
// your code here
```
### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3
### MIT
This work is licensed under the [MIT license](./LICENSE).
---