1.0.0 • Published 1 year ago

cfx-to-ip v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago