Clubs on campus is a list of clubs on the UTD campus in a JSON file which is easily readable by programs
When adding a club to the list make sure to include the following
| Property | Description | Type |
|---|---|---|
| title | The title of the club/organization | string |
| description | A short description of the organization | string |
| academic | Is this an academic interest club | boolean |
| abbreviation | The shortened form of the clubs name | string |
| tags | Tags to describe the club for searching purposes | array of strings |
| website | URL to the club's homepage | string |
| contactEmail | A good email for contact | string |
| socialMedia | Links to the clubs various social media accounts | array of objects |