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

cancercase

v1.0.3

Published

Turn text to cancer, one char at a time

Downloads

4

Readme

#Convert text to cancer, one char at a time.

##Example

const CaNCeRcASe = require("cancercase")
let text = "Hey im the prince of bellair and now im going to tell you a story about how i came into this peculiar situation."
let CancerCase = new CaNCeRcASe(text)
CancerCase.leetify()
// h3¥ 1m t3h pr1n<3 of 631141r 4nd now 1m go1ng to t311 ¥ou 4 5tor¥ 46out how 1 <4m3 1nto th15 p3<u114r 51tu4t1on.

###Cancerify convert to cancerous capitals

CancerCase.cancerify()
// HeY Im tHe pRiNcE Of bElLaIr aNd nOw iM GoInG To tElL YoU A StOrY AbOuT HoW I CaMe iNtO ThIs pEcUlIaR SiTuAtIoN.

###Leetify Convert to leetspeak

CancerCase.leetify()
// h3¥ 1m t3h pr1n<3 of 631141r 4nd now 1m go1ng to t311 ¥ou 4 5tor¥ 46out how 1 <4m3 1nto th15 p3<u114r 51tu4t1on.

###Spacify Get spaced out

CancerCase.spacify()
// H  e  y     i  m     t  h  e     p  r  i  n  c  e     o  f     b  e  l  l  a  i  r     a  n  d     n  o  w     i  m     g  o  i  n  g     t  o     t  e  l  l     y  o  u     a     s  t  o  r  y     a  b  o  u  t     h  o  w     i     c  a  m  e     i  n  t  o     t  h  i  s     p  e  c  u  l  i  a  r     s  i  t  u  a  t  i  o  n  .

###Crampify Get hella cramped

CancerCase.crampify()
// Heyimtheprinceofbellairandnowimgoingtotellyouastoryabouthowicameintothispeculiarsituation.

###Accentify Turn it to spanglish

CancerCase.accentify()
// hēÿ īm thè prįńćê óf bèłłäïr âñd ńōw ìm gòìńg tõ tėłł ÿöü ä śtõrÿ äbôüt høw į ćämē įñtø thïš pēćùłîār śîtūätíôñ.

###Binarify Beep Boop im a robot

CancerCase.binarify()
// Hey 1m the pr1nce 0f be11a1r and n0w 1m g01ng t0 te11 y0u a st0ry ab0ut h0w 1 came 1nt0 th1s pecu11ar s1tuat10n.

###TitleCasify Just gross

CancerCase.titlecasify()
// Hey Im The Prince Of Bellair And Now Im Going To Tell You A Story About How I Came Into This Peculiar Situation.

###Treeify All it's missing is the decoration

CancerCase.treeify()
/*
          He
         y im
         the p
       rince of
       bellair a
     nd now im go
    ing to tell yo
   u a story about
  how i came into th
 is peculiar situatio
n.
*/