Get dog breeds
A list of 514 dog breeds, including breed origin and a link to an image of the breed on Wikimedia.
The list is a JSON file and can be used anywhere.
Install
$ npm install dog-breeds
Usage
const dogBreeds = ; dogBreeds;/*{ "name": "Catahoula Leopard Dog", "origin": "United States", "imageURL": "https://upload.wikimedia.org/wikipedia/commons/7/76/Louisiana_Cataholula_Leopard_Dog_-_Coahoma_Arkansas.JPG"}*/
API
.all
Type: Array
Dog breeds in alphabetical order.
.random()
Type: Function
Random dog breed.
License
MIT © Chris Vogt