pet-notification
v1.0.1
Published
it is a notification service(with a pet theme).
Maintainers
Readme
Pet Notification
A fun notification service with a pet theme.
Installation
npm install pet-notificationUsage
const { notify } = require('pet-notification');
notify('Hello World', 'cat');
// Output: [CAT] Hello World Meow!
notify('Good Morning', 'dog');
// Output: [DOG] Good Morning Woof!Supported Pets
- cat
- dog
- cow
- sheep
- chicken
