blewisio / golf-clap

golf scorecard :golf:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

golf scorecard :golf:


Languages

Language:JavaScript 100.0%