#Description Implementation of an API for the animal-namer project. Thank you, notduncansmith.
#Dependencies
#Methods Visit the API at Whimsical Wordimal or deploy to your own box. Simply append the below to the url to access the REST API or just spend time clicking the 'Generate Name' button.
/api/name
GETs a random alliterative adjective animal name
/api/name/{letter}
GETs a random alliterative adject animal name beginning with the supplied letter parameter
/api/animal
GETs a random animal name
/api/animal/{letter}
GETs a random animal name beginning with the supplied letter parameter
/api/adj
GETs a random adjective
/api/adj/{letter}
GETs a random adjective beginning with the supplied letter parameter
#Contributors