Skip to content

Instantly share code, notes, and snippets.

@podrivo
Last active May 11, 2025 23:40
Show Gist options
  • Save podrivo/eb947d458479716cd7700e895cd24cc4 to your computer and use it in GitHub Desktop.
Save podrivo/eb947d458479716cd7700e895cd24cc4 to your computer and use it in GitHub Desktop.
plushies database
{
"users": [
{
"id": "podrivo",
"plushies": [
"Li'l Snail",
"Red Koi",
"Ranch House Butterball",
"Giant Chapaa",
"Worn Mouse",
"Li'l Turnip",
"Ranch House Cottonbean",
"Minnow",
"Green Cylinder"
]
},
{
"id": "beekerr_",
"plushies": [
"Chapaa Hut Inki Pillow"
]
}
],
"pendingTrades": [
{
"tradeId": "f86394cb-6b31-468c-b79e-828e0a4d92c8",
"fromUser": "podrivo",
"toUser": "beekerr_",
"fromPlushie": "Red Koi",
"toPlushie": "Chapaa Hut Inki Pillow",
"timestamp": 1747006804376
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment