@veraa/valorant-data
v1.0.4
Published
A Valorant NPM module who integrates all the stuff from Valorant
Downloads
3
Readme
Valorant DATA
A NPM module who integrates different objects from Valorant (for example, weapons, agents, skins, etc)
STARTING
1- First of all, you need to install the package, like this:
npm i @veraa/valorant-data2- Import in your code the object constructor:
const ValorantData = require("@veraa/valorant-data");3- The use of the constructor is this one:
const variable = new ValorantData("language").function(anotherVariable);- "language" goes for the language you want to use: available ones are es (spanish)
- .function() is the function you are looking for (for different functions, look at the docs, links below)
- anotherVariable goes (if needed) for another variable (for example, if you need to look up after a mob through a name)
DOCUMENTATION:
- Español: Click Aquí
CONTACT:
You need help? Join our Discord server
You want to help us? Contact us through [email protected]
