Lanzamiento de un dado al azar


Keywords
dado, dadojs, dado al azar, dadojs al azar, dice, dices, lucky, random
License
MIT
Install
npm install dadojs@0.1.16

Documentation

Dadojs

Tool for rolling a random six-sided die

NPM Version NPM Install Size NPM Downloads

const dadojs = require('dadojs');

const number = dadojs.lanzar();

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install dadojs

Running Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT