An exhaustive collection of words as json files for easy access.
Refer the template provided below to add your word.
Each word must be in a different file named [your-word-name].json.
Add the word to an existing folder corresponding to the starting letter of the word or create a folder.
Clone the forked repository from your account
Add your JSON file to the respective folder.
Commit your changes with an appropriate message.
{
"word": "Beautiful",
"definitions": [
"pleasing the senses or mind aesthetically",
"of a very high standard; excellent"
],
"parts-of-speech": "Adjective"
}
Check out the Hall of Fame for a list of contributors with a minimum of one commit with their gravatar. To know more about a contributor, click on the gravatar to go to their github profile.