Flip a coin
https://www.npmjs.com/package/coinflipjs
| index.js | ||
| logo.png | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Package Deprecated
CoinflipJS has been deprecated and will no longer receive any updates.

CoinflipJS
Flip a coin
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);