Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vspedr/developets
Introduce your animal buddies to your fellow developers!
https://github.com/vspedr/developets
Last synced: 7 days ago
JSON representation
Introduce your animal buddies to your fellow developers!
- Host: GitHub
- URL: https://github.com/vspedr/developets
- Owner: vspedr
- License: mit
- Created: 2017-11-25T11:43:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T17:56:29.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:53:11.225Z (7 months ago)
- Language: JavaScript
- Homepage: http://vspedr.github.io/developets
- Size: 6.88 MB
- Stars: 17
- Watchers: 3
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- divertidalista - DeveloPets
README
# DeveloPets 🐾 [![Build Status](https://travis-ci.org/vspedr/developets.svg?branch=master)](https://travis-ci.org/vspedr/developets)
Introduce your animal buddies to your fellow developers! Meet new pets [here](http://vspedr.github.io/developets)!
You can add your own pets in [`/db.json`](https://github.com/vspedr/developets/blob/master/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](https://www.guidgenerator.com/) to assist in generating a GUID
This is a public repository, so make sure not to include sensitive information such as your personal address.