2.0.2 • Published 2 years ago
coinflipjs v2.0.2
Installation
Requirements:
- Node.js v16 or higher
- npm
Run the following command in your npm project directory and it will install.
npm install coinflipjs
Usage
// Import Package
const coinflip = require("coinflipjs");
// Generate result
const res = coinflip();
// Log the result
console.log(res);