UNPKG

@sefinek/random-animals

Version:

The best npm module for fetching random animal images, such as cats, foxes, dogs, and many more! All powered by a fast API!

6 lines (5 loc) 164 B
const random = require('./index.js'); // Replace to @sefinek/random-animals (async () => { const data = await random.cat(); console.log(data.message); })();