transporttycoon
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "transporttycoon", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Wrapper for the Transport Tycoon FiveM server API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,2 +5,6 @@ # TT-API | ||
[NPM page](https://www.npmjs.com/package/transporttycoon) | ||
`npm install transporttycoon` | ||
Features: | ||
@@ -21,5 +25,7 @@ | ||
await TT.setupCharges(); | ||
const economy = await TT.getEconomyInfo(); | ||
console.log(economy); | ||
})(); | ||
``` | ||
`setupCharges()` should only be called if the second parameter of the constructor is true (trackCharges) | ||
`setupCharges()` should only be called if the second parameter of the constructor is true (trackCharges) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22826
30