1.0.1 • Published 3 years ago

@javahampus/fivem-api v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

fivem-api

An API Wrapper for FiveM servers.

Installation

npm i @javahampus/fivem-api

Example

import { FiveM } from '@javahampus/fivem-api' // Import the package

let fivem = new FiveM('IP', PORT)

async function serverTags() {
    let tags = await fivem.getTags()
    return console.log(tags)
}

// ...
1.0.1

3 years ago

1.0.0

3 years ago