1.0.3 • Published 11 months ago

nitro-boost.js v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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.