this is a project that provides access to a collection of 30 000 unique words and their definitions through APIs some of the APIs are a s following:
- Provides json of a random word and its definition
- Provides list of jsons for random words and their definitions with n elements as n is passed in params
- Provides definition of a random word passed in the url
- random-word-api-d7bd.onrender.com/random
- random-word-api-d7bd.onrender.com/random/n (n being an int number)
- random-word-api-d7bd.onrender.com/definition/s (s being a random word as a string)
refer to this Link


