gfycat-style-urls

1.0.3 • Public • Published

DISCLAIMER: I am not associated with https://gfycat.com/. I just admire their url/id system, and decided to replicate its functionality in an npm package.

This repository generates animal/adjective string combinations, useful for creating memorable ID strings for whatever purpose you wish.

Simple usage:

generateCombination(numAdjectives, delimiter, capitalizeFirstLetter) numAdjectives is the number of randomly generated adjectives you'd like the animal to be preceded by. delimiter is a string to put between each randomly chosen word, like "_" or "-". capitalizeFirstLetter is a boolean to capitalize the first letter of every adjective and animal (default: false).

Examples:
generateCombination(2, "") -> curiousredCrow
generateCombination(4, "_") -> tranquil_sneaky_juicy_electric_Gerbil
generateCombination(3, "%", true) -> Sleepy%Smelly%Stinky%Skunk

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    29
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    29
  • 1.0.2
    6
  • 1.0.1
    3
  • 1.0.0
    4

Package Sidebar

Install

npm i gfycat-style-urls

Weekly Downloads

24

Version

1.0.3

License

ISC

Unpacked Size

19.9 kB

Total Files

5

Last publish

Collaborators

  • dexo568