Skip to content

Maciek416/wowmom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wowmom

NPM

A wowmom text transformation module for nodejs ... You really had to be there.

var wowmom = require('./index');

console.log(wowmom('wow'));
console.log(wowmom('w o w'));
console.log(wowmom('m o m'));
console.log(wowmom('M O M'));
console.log(wowmom('W  O  W   M  O  M'));
console.log(wowmom('wow really?'));
console.log(wowmom('hi mom'));
console.log(wowmom('wooooowmom'));
console.log(wowmom('woOow'));

// Output:
// mom
// m o m
// w o w
// W O W
// M  O  M   W  O  W
// mom really?
// hi wow
// mooooomwow
// moOom

About

A wowmom text transformation module for nodejs ... You really had to be there.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •