Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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