1.0.0 • Published 11 months ago
fivem-players-count v1.0.0
fivem-player-count 🚀
fivem-players-count
is an npm package for interacting with FiveM servers. It allows you to easily fetch player counts and other server data.
Installation 📦
- To install
fivem-players-count
, run the following command:
- npm install fivem-players-count
Usage 💻
var { Server } = require('fivem-players-count');
async function testPlayersCount() {
var server = new Server('IP:PORT')
var playersCount = await server.getCount()
console.log(playersCount)
}
getPlayersCount();
License 📜
- This package is released under the MIT License. See LICENSE for more details.
Contributing 🤝
- Feel free to open issues or submit pull requests if you'd like to contribute to this project!
Contact 📬
- For any inquiries or support, please contact JxA.
Happy coding! 🎉