A Node REST service to score cribbage hands (because there isn't one already)
https://dkackman.github.io/CribbageCounter/
https://cribbagecounter.kackman.net/
https://cribbagecounter.kackman.net/api/score?hand=5D,5C,5H,JS,5S&isCrib=false
https://cribbagecounter.kackman.net/api/explain?hand=5D,5C,5H,JS,5S&isCrib=false
Counting logic adapted from this codeproject article
- Pull the repo
npm install
npm start
- Navigate to http://localhost:3000