golf-clap

0.3.0 • Public • Published

golf-clap

golf scorecard

const Game = require('golf-clap');

const game = new Game({
    // default: 18
    holes: 9,

    players: [
        'Jeff',
        'Susan',
        'Janice',
        'Howard'
    ]
});

Installation

If using yarn:

yarn add golf-clap

Otherwise:

npm install golf-clap --save

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i golf-clap

Weekly Downloads

1

Version

0.3.0

License

ISC

Unpacked Size

112 kB

Total Files

6

Last publish

Collaborators

  • blewisio