Skip to content

vspedr/developets

Repository files navigation

DeveloPets 🐾 Build Status

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.

About

Introduce your animal buddies to your fellow developers!

Resources

License

Stars

17 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors