Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] FootballClub Provider #9

Open
Pythonian opened this issue Dec 26, 2024 · 0 comments
Open

[FEATURE] FootballClub Provider #9

Pythonian opened this issue Dec 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Pythonian
Copy link
Owner

Sample json below

[
  {
    "name": "Enyimba Football Club",
    "nickname": "People's Elephant",
    "state": "Abia",
    "founded": 1976,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Rangers International FC",
    "nickname": "Flying Antelopes",
    "state": "Enugu",
    "founded": 1970,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Kano Pillars FC",
    "nickname": "Sai Masu Gida",
    "state": "Kano",
    "founded": 1990,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Sunshine Stars FC",
    "nickname": "Owena Waves",
    "state": "Ondo",
    "founded": 1995,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Heartland FC",
    "nickname": "Naze Millionaires",
    "state": "Imo",
    "founded": 1976,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Shooting Stars SC",
    "nickname": "Oluyole Warriors",
    "state": "Oyo",
    "founded": 1950,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Wikki Tourists FC",
    "nickname": "Giants Elephants",
    "state": "Bauchi",
    "founded": 1992,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "MFM FC",
    "nickname": "Olukoya Boys",
    "state": "Lagos",
    "founded": 2007,
    "ownership": "Private",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Plateau United FC",
    "nickname": "Peace Boys",
    "state": "Plateau",
    "founded": 1975,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  },
  {
    "name": "Warri Wolves FC",
    "nickname": "Seasiders",
    "state": "Delta",
    "founded": 1998,
    "ownership": "Government",
    "gender": "male",
    "status": "Active"
  }
]
@Pythonian Pythonian added the enhancement New feature or request label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant