Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliuswadskov/fivem-api

Lille hurtig ligegyldig API der tog mig 10 minutter at lave
https://github.com/juliuswadskov/fivem-api

Last synced: about 1 month ago
JSON representation

Lille hurtig ligegyldig API der tog mig 10 minutter at lave

Awesome Lists containing this project

README

        

# fivem-api til node js
## dependencis
> request
> du skal bruge ES6

## data man kan få ud af det
> Spiller antal
> Resources

## exemple
```js
FiveM({port: 30120, host: 'dedicated.raag2005.dk'}, (info, players) => {
console.log(info);
console.log(players);
})
```