1.0.4 • Published 2 years ago

@veraa/valorant-data v1.0.4

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

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-data

2- 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:

CONTACT:

You need help? Join our Discord server\ You want to help us? Contact us through contact.vera0011@gmail.com

1.0.4

2 years ago