1.0.0 • Published 1 year ago

random-animal-fetcher v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

random-animal-fetcher

This basic npm package that provides a simple way to fetch and display random dog images or ASCII cat art.

Installation

You can install this package via npm:

npm install random-animal-fetcher

Usage

In your Node.js code, you can use the provided functions to fetch and display random cat images:

const randomAnimalFetcher = require('random-animal-fetcher');
// Display in bash
randomAnimalFetcher.fetchRandomDog();
randomAnimalFetcher.displayAsciiCat();

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have questions about using the Weather Library, please open an issue on GitHub.

1.0.0

1 year ago