https://github.com/dkackman/cribbagecounter
A REST service to score cribbage hands
https://github.com/dkackman/cribbagecounter
cribbage nodejs rest-api
Last synced: 5 months ago
JSON representation
A REST service to score cribbage hands
- Host: GitHub
- URL: https://github.com/dkackman/cribbagecounter
- Owner: dkackman
- License: apache-2.0
- Created: 2019-12-01T19:06:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T00:01:36.000Z (over 1 year ago)
- Last Synced: 2025-10-10T18:39:07.393Z (9 months ago)
- Topics: cribbage, nodejs, rest-api
- Language: JavaScript
- Homepage: https://cribbagecounter.kackman.net/
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dkackman/CribbageCounter/actions/workflows/codeql-analysis.yml)
[](https://npmjs.org/package/cribbage-counter)
# Introduction
A Node REST service to score cribbage hands (because there isn't one already)
## API Spec
## Test Front End
Counting logic adapted from [this codeproject article](https://www.codeproject.com/Articles/15468/Cribbage-Hand-Counting-Library)
# Getting Started
1. Pull the repo
2. `npm install`
3. `npm start`
4. Navigate to