#checkout #api #darts #region #field

app waschmaschine

A darts checkout api written in rust

1 unstable release

0.1.0 Apr 15, 2022

#13 in #checkout

MIT license

14KB
163 lines

Rust codecov

waschmaschine

A darts checkout api written in rust

API Routes

/checkout/<score>

Example:

/checkout/170

{
  "darts":[
    {
      "field":20,
      "region":"Triple"
    },
    {
      "field":20,
      "region":"Triple"
    },
    {
      "field":25,
      "region":"Double"
    }
  ]
}

Dependencies

~15–51MB
~821K SLoC