EverFaker.Team (ever_faker v0.1.0)
View SourceFunctions for generating team related data
Summary
Functions
@spec creature() :: String.t()
Returns a string of the form [state] [creature]
Examples
iex> EverFaker.Team.creature()
"prophets"
iex> EverFaker.Team.creature()
"cats"
iex> EverFaker.Team.creature()
"enchanters"
iex> EverFaker.Team.creature()
"banshees"
@spec name() :: String.t()
Returns a random creature name
Examples
iex> EverFaker.Team.name()
"Hawaii cats"
iex> EverFaker.Team.name()
"Oklahoma banshees"
iex> EverFaker.Team.name()
"Texas elves"
iex> EverFaker.Team.name()
"Iowa fishes"