All Projects → cazala → Donger

cazala / Donger

npm package to generate dongers ヽ༼ຈل͜ຈ༽ノ

Programming Languages

javascript
184084 projects - #8 most used programming language

Donger ヽ༼ຈل͜ຈ༽ノ

Generates dongers from dongerlist.com.

Usage

var donger = require('donger');

// 1. Get a random donger
donger() // ヽ༼ •́ ヮ •̀ ༽ᓄ

// 2. Get a random donger by category
donger('dunno') // 乁| ・ 〰 ・ |ㄏ

// 3. Get a specific donger
donger('dunno', 5) // 乁( ⁰͡  Ĺ̯ ⁰͡ ) ㄏ

// 4. Get list of categories
donger.categories // [ 'ameno', 'angry', 'animal', 'brick', 'cool', ...]

// 5. Get everything
donger.dongers // { ameno: [...], angry: [...], animal: [...], ... }

CLI

You can also use the CLI

  • Use donger to get a random donger
  • Use donger <category> to get a random donger by category
  • Use donger -c or donger --categories to get available categories
  • Use donger -h or donger --help to show this dialog

I have nothing to do with dongerlist.com. All the dongers are theirs, not mine.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].