nitro-boost.js

1.0.3 • Public • Published

Installation

  • Node.js must be installed on your os.

Run npm install nitro-boost.js to install this package.

Example usage

const nitro = require('nitro-boost.js');

const amount = 100; //Amount of codes to generate.
const boost = false; //true = Nitro boost && false = Nitro basic.
const count = true; //true = Counts [1], [2]... && false = Does not count.

const giftCodes = nitro(boost, amount, count);
console.log(giftCodes);

Links

Subscribe to my YouTube channel.
Join my Discord server for help.
Follow me on Instagram.

Package Sidebar

Install

npm i nitro-boost.js

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

6.68 kB

Total Files

3

Last publish

Collaborators

  • crimson69x