Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 543 Bytes

File metadata and controls

9 lines (7 loc) · 543 Bytes

RandomAnimalName

This is a port of random-animal-name-generator created by @adzialocha from JavaScript to Swift.

Usage

  1. Add this package to your project using your choice of installer (tested with Swift Package Manager).
  2. Import RandomAnimalName into your .swift file.
  3. Invoke the randomAnimalName() method to get a charming alliterative string, from "Abashed Abalone" to "Zebraprint Zoolplankton".
  4. Do with it what you will.