OWLSAY is a talking owl with configurable messages.
To install this package just type and execute:
npm install -g owlsay
or
npm i owlsay
To use this package, write:
const example = require('owlsay')
For a configurable message:
example.sayOwl("example text")
and execute:
node index.js
Preview:
( example text )
o
,___, °
[O.o]
/)__)
╔”═”╗
║ ║
║ ║
╚═══╝
For a double configurable message:
example.sayDoubleOwl("example A", "example B")
and execute:
node index.js
Preview:
( example A )
o
,___, ° ( example B )
[O.o] o
/)__) ,___, °
╔”═”╗ [O.o]
║ ║ /)__)
║ ╚════════”═”═════╗
╚════════════════════╝
For testing the package, write:
example.botOwl()
or
example.botDoubleOwl()
and execute:
node index.js
To help, write:
example.thanksOwl()
and execute:
node index.js
This package is free to use and will be updated as more owls are developed.
( Thanks for read! )
o
,___, °
[O.o]
/)__)
╔”═”╗
║ ║
║ ║
╚═══╝
👤 Luis Alejandro Correa Céspedes
- Github: @luisCorreaCespedes
- LinkedIn: @/in/luiscorreacespedes
- Website: Portfolio
Give a ⭐️ if this project helped you!
Copyright © 2021 Luis Alejandro Correa Céspedes.