cjharkins / developets

Introduce your animal buddies to your fellow developers!

Home Page:http://vspedr.github.io/developets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

http://vspedr.github.io/developets

License:MIT License


Languages

Language:JavaScript 95.5%Language:HTML 2.6%Language:CSS 2.0%