1.0.0 • Published 4 years ago

bowling-score v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Bowling score calculator

A simple bowling score calculator written in typescript

Installation

npm i bowling-score

Usage

import score from 'bowling-score'

const totalScore = score([1,4,4,5,6,4,5,5,10,0,1,7,3,6,4,10,2,8,6])
console.log(totalScore)
// Output: 133

Development

Setup

git clone git@github.com:muehre/bowling-score.git && cd bowling-score && npm i

Running Tests

npm run test