mykle1 / MMM-PetFinder

All types of pets for adoption. Cat, dog, bird, horse, rabbit, reptile, smallfurry, barnyard.
MIT License
1 stars 3 forks source link

MMM-PetFinder

Examples

Fully annotated css file for coloring, sizing, aligning . . .

Installation of module and dependencies

Add to Config.js

{
    module: "MMM-PetFinder",
    position: "top_left",
    config: {
        apiKey: "YOUR apiKey",   // <-- Your apiKey goes there!",
        animal: "dog",           // bird, cat, dog, horse, reptile, smallfurry, barnyard (lowercase)
        size: "M",               // S = Small, M = Medium, L = Large, XL = Extra-large (Uppercase)
        sex: "F",                // M = Male, F = Female (Uppercase)
        location: "10306",       // the ZIP/postal code or city and state (Canada)
        maxWidth: "300px",
        useHeader: false,        // Must be true to use header
        header: "Save me! Please take me home!",
    }
},

Rescue a pet! They will be happier and so will you!

Thanks, yet again, to SpaceCowboysDude for spotting my mistakes