2.0.0 • Published 7 years ago

pombo v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

node-pombo

Build Status

Just provide a random nice pombo ASCII draw(and his author).

Instalation

Of course U're using Yarn, right?!

yarn add pombo

U can also install by NPM

npm install pombo

Usage

const pombo = require('pombo').default

// Or using ES6

import pombo from 'pombo'

console.log(`${pombo.draw} by ${pombo.author}`)

Utility

  • pombo.randomDraw is a simple function to get a random pombo;

  • pombo.draws is a list with all pombos and their authors.