npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

boganipsum

v0.2.0

Published

Lorem Ipsum ... Bogan Style!

Downloads

374

Readme

Node.js Lorem Ipsum ... Bogan Style!

A JavaScript implementation of Bogan Ipsum by Eleven Media.

Generate some classy Bogan speak for your Node.js apps! Why not?

Example text

As cross as a mongrel my she'll be right his blood's worth bottling. As dry as a waggin' school where come a dob. She'll be right sickie when she'll be right good onya. Built like a whinge mate as busy as a tucker. Lets get some battler no worries as cross as a trackies. As cunning as a mozzie to shazza got us some tucker-bag. As busy as a doovalacky where gutful of brizzie.

He hasn't got a feral mate she'll be right tinny. Come a digger no dramas trent from punchy bathers. We're going grundies where she'll be right fossicker. As dry as a bradman heaps as busy as a brick sh*t house. He's got a massive smoko where as cunning as a veg out. He hasn't got a pokies also flat out like a barbie.

She'll be right sickie bloody shazza got us some slabs. Watch out for the trackies piece of piss shazza got us some true blue. Built like a cactus mate when he hasn't got a cab sav. Get a dog up ya postie flamin it'll be waggin' school. You little ripper grouse with grab us a hoon. As busy as a rack off also as dry as a reckon. She'll be right chokkie with come a beauty. Mad as a cubby house with get a dog up ya sook.

He's got a massive ciggies flamin as cross as a kelpie. Get a dog up ya brisvegas no worries come a galah. As cunning as a bodgy and as stands out like bounce. Flat out like a grundies how flat out like a roadie. As cunning as a barbie where as busy as a roo bar. As busy as a ocker with as dry as a swagger. She'll be right wuss also gutful of ford. We're going booze bus heaps as dry as a franger.

Installation

npm install boganipsum
# or install globally so you can use `boganipsum` on the command line!
npm install boganipsum -g

Usage

var bogan = require('boganipsum')
console.log(bogan())

Or, supply an options object with any of the following parameters:

  • paragraphs (default: 4) - how many paragraphs to generate
  • sentenceMin (default: 5) - the minimum number of sentences per paragraph
  • sentenceMax (default: 9) - the maximum number of sentences per paragraph
  • paragraphSeparator (default: '\n') - the character to separate paragraphs with
// generate a single sentence
bogan({ paragraphs: 1 })
// generate 10 short paragraphs
bogan({ paragraphs: 10, sentenceMin: 2, sentenceMax: 5 })
// generate some HTML bogan
'<p>' + bogan({ paragraphSeparator: '</p><p>' }) + '</p>'

Licence

This JavaScript implementation of Bogan Ipsum is Copyright (c) 2012 Rod Vagg @rvagg and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

All original Bogan Ipsum implementation credit, word & sentence construction & general algorithm goes to Eleven Media!