1.2.0 • Published 3 years ago

owlsay v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

OWLSAY

OWLSAY is a talking owl with configurable messages.

Install

To install this package just type and execute:

npm install -g owlsay

or

npm i owlsay

How to use:

To use this package, write:

const example = require('owlsay')

Functions

owlsay message

For a configurable message:

example.sayOwl("example text")

and execute:

node index.js

Preview:

              ( example text )
            o                   
    ,___, °                     
    [O.o]                       
    /)__)                       
    ╔”═”╗                       
    ║   ║                       
    ║   ║                       
    ╚═══╝                       

Double owlsay message

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]       
       ║   ║       /)__)       
       ║   ╚════════”═”═════╗  
       ╚════════════════════╝ 

Testing

For testing the package, write:

example.botOwl()

or

example.botDoubleOwl()

and execute:

node index.js

Help and contact

To help, write:

example.thanksOwl()

and execute:

node index.js

Notes

This package is free to use and will be updated as more owls are developed.

              ( Thanks for read! )
            o                   
    ,___, °                     
    [O.o]                       
    /)__)                       
    ╔”═”╗                       
    ║   ║                       
    ║   ║                       
    ╚═══╝                       

Author

👤 Luis Alejandro Correa Céspedes

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Luis Alejandro Correa Céspedes.