Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buzzshit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buzzshit

Replace any bullshit words in a string by something more realistic

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Buzzshit

Buzzshit is a small JavaScript library to replace any bullshit words in a string by something more realistic.

(not so) Proudly brought to you by your servant and Simon Kümin.

What is a bullshit word?

It is something that no one truly understands, not even nerds, but it still used by marketing guys to sell things nobody can do.

Another definition could be:

Any word that makes no sense in a LinkedIn post.

Usage

buzzshit(input[, replacement])
Parameters

input
A string as-if provided by your average business manager.

replacement (optional)
Whatever you would like buzzwords to be replaced with.

Return value

The string as it should have been from the beginning.

Examples

import buzzshit from 'buzzshit';

buzzshit('We at [company name] love blockchain!');
// -> "We at [company name] love 💩!"
//
buzzshit('I decided to do a digital detox before our disruptive ICO :)');
// -> "I decided to do a 💩 before our 💩 💩 :)"

buzzshit('Our engineers are working on state-of-the-art machine learning algorithms.', 'BULLSHIT');
// -> "Our engineers are working on state-of-the-art BULLSHIT algorithms."

Contribute

Feel free to open a PR to add more shitwords buzzwords :)

Keywords

FAQs

Package last updated on 21 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc