Skip to content

Lfada/premier_league_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Premier League Fixtures Viewer

A clean and modern web application that displays Premier League fixtures and results for 2024, built using Python and the API-Football API.

Features

  • Display Premier League fixtures and results for 2024
  • Modern UI following Premier League's design language
  • Match results and upcoming fixtures
  • Time zone conversion to EST
  • Responsive design
  • Official Premier League styling

Requirements

  • Python 3.x
  • API-Football API key

Installation

  1. Clone the repository:
git clone https://github.com/YOUR_USERNAME/premier-league-fixtures.git
cd premier-league-fixtures
  1. Install the required packages:
pip install -r requirements.txt
  1. Set up your environment:
cp .env.example .env

Then edit the .env file and replace your_api_key_here with your actual API-Football key.

  1. Run the application:
python fifa_world_cup.py
  1. Open premier_league_fixtures.html in your web browser to view the fixtures.

Configuration

The application uses the following configuration:

  • League ID: 39 (Premier League)
  • Season: 2023-2024
  • Timezone: America/New_York
  • Date Range: January 2024 - December 2024

Environment Variables

The following environment variables are required:

  • API_FOOTBALL_KEY: Your API-Football API key

API Documentation

This project uses the API-Football API. For more information, visit: API-Football Documentation

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published