Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkackman/cribbagecounter
A REST service to score cribbage hands
https://github.com/dkackman/cribbagecounter
cribbage nodejs rest-api
Last synced: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T17:03:40.000Z (3 months ago)
- Last Synced: 2024-11-21T08:38:44.518Z (about 2 months ago)
- Topics: cribbage, nodejs, rest-api
- Language: JavaScript
- Homepage: https://cribbagecounter.kackman.net/
- Size: 1.44 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CodeQL](https://github.com/dkackman/CribbageCounter/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dkackman/CribbageCounter/actions/workflows/codeql-analysis.yml)
[![NPM](https://nodei.co/npm/cribbage-counter.png?mini=true)](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