/coin-jar

Swear Jar API

Primary LanguageTypeScriptOtherNOASSERTION

JP's Swear Jar

When the count reaches a threshold we get a !%$#ing party

Intro

This is an example test API using Sakura API

API

The data model is simple

jar: {
  coins: number
}

You can get the current number from /jar

You can add a coin with /jar/add/1

Scaffolding done with @sakuraapi/cli.

For more information on SakuraApi, visit https://github.com/sakuraapi/api