H!PSTΣR!FY

hipsterify is a small library to convert latin alphabet names to their hipster counterparts using unicode glyphs — perfect to create your witch house band name!

TRɣ I† ΩNLINΣ

your text:

hipsterified text

usɅge

install

$ npm install -S hipsterify

code

var hipsterify = require("hipsterify");

// Outputs: ▲ШΣSΘӎΣ
console.log(hipsterify("awesome"));

fΣaturΣs

  1. There can be more than one glyph to replace a letter
  2. If a letter (e.g “A”) is replaced by a glyph, every “A” in the current expression will be replaced by the same glyph
  3. Vowels are more likely to be replaced
  4. If two ore more same letters are following each other, they are more likely to be replaced
  5. The more the letter is in the center of the word, the more likely it is to be replaced
  6. Every word has a single correspondance
Fork me on GitHub