jzhupan / tech-jobs

Trying out GitHub pages with a React app.
1 stars 0 forks source link

Company List / Data - Part I #5

Closed jcari-dev closed 6 months ago

jcari-dev commented 6 months ago

We are currently planning to show certain information about different companies, this includes:

{
  "company_name": "string",
  "industry": "string",
  "fortune_500": "boolean",
  "fortune_1000": "boolean",
  "country_based": "string",
  "cities_hiring": "[string]",
  "remote_option": "boolean",
  "ats": "string",
  "talent_pool": "boolean",
  "careers_url": "string",
  "female_ceo": "boolean",
  "employees_no": "integer",
  "linked_in": "string",
  "twitter": "string",
  "facebook": "string",
  "youtube": "string",
  "discord": "string"
}

This is subject to change, and this information will be saved within the repo in a JSON.