Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 814 Bytes

Vocabathon

An exhaustive collection of words as json files for easy access.

How to contribute

Refer the template provided below to add your word

Create your first pull request 😎

Fork this repository

Clone the forked repository from your account

Add your word in the JSON file.

Commit your changes with an appropriate message.

Create a pull request

Example file 🎃

{
    "word": "Beautiful",
    "definitions": [
        "pleasing the senses or mind aesthetically",
        "of a very high standard; excellent"
    ],
    "parts-of-speech": "Adjective"
}