0.1.0 • Published 8 years ago

contentspinner v0.1.0

Weekly downloads
8
License
-
Repository
github
Last release
8 years ago

contentspinner

npm version Build Status

Roll different text variants from a base text. This technique (article text spinning) has its roots in SEO (not recommended for this) but can be used for many purposes, e.g.: personalized greetings.

example

spincontent("{hello|hi} {world|universe{s|}}")

Will return one of:

  • hello world
  • hello worlds
  • hello universe
  • hello universes
  • hi world
  • hi worlds
  • hi universe
  • hi universes
0.1.0

8 years ago