1.0.2 • Published 4 years ago

ceosia v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

CEOSIA

A simple CLI app to give you the current count of the trees planted by the wonderful people over at https://www.ecosia.org/

ecosia website

WHY make this?

Well, when you do not have the luxury of a browser, i.e: you work mainly in the terminal or want to get a hopefull ascii banner in your builds.

Recommended installation

This package you can install globally:

sudo npm install -g .

after that you can leverage the power of these four very useful packages:

Usage

At your disposal are these four parametters:

--method=ascii|emoji|terminal

--color=red|green|blue... see chalk documentation

--bgColor=white|cyan|gray... see chalk documentation

--live=true

Some examples:

$ ceosia

91945516 trees planted @ 0.8 trees/s.

ceosia --method=emoji --color=red --bgColor=cyan

using emoji

ceosia --method=ascii --color=red --bgColor=yellow

ascii art


Enjoy !