cfx-to-ip
v1.0.0
Published
CFX-TO-IP is a JavaScript library for quick and reliable IP address resolution from CitizenFX platform code. Simplifies multiplayer gaming integration with seamless API interaction, asynchronous execution, and robust error handling.
Downloads
4
Readme
CFX-TO-IP
CFX-TO-IP is a JavaScript library for quick and reliable IP address resolution from CitizenFX platform code. Simplifies multiplayer gaming integration with seamless API interaction, asynchronous execution, and robust error handling.
Installation
You Can Install cfxtoip via npm
npm install cfx-to-ip
Usage
const CFXTOIP = require('cfx-to-ip');
const resolver = new CFXTOIP();
resolver.resolve('pep8am')
.then(({ ip, port }) => console.log(`IP: ${ip}, Port: ${port}`))
.catch(err => console.error(err.message));
License
This project is licensed under the MIT License - see the LICENSE file for details.
Credits
- Github: eyalgr33n
- Discord eyalgr33n.#0
- Website: eyalgreen#0