Introduce your animal buddies to your fellow developers! Meet new pets here!
You can add your own pets in /db.json
to get started!
You can use the following format to add your pet
{
"pets": [
...
{
"id": "", // generate a guid however you like
"name": "",
"owner": "",
"type": "",
"description": "",
"img": ""
}
...
]
}
💡 You can use an online tool to assist in generating a GUID
This is a public repository, so make sure not to include sensitive information such as your personal address.