A clean and modern web application that displays Premier League fixtures and results for 2024, built using Python and the API-Football API.
- 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
- Python 3.x
- API-Football API key
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/premier-league-fixtures.git
cd premier-league-fixtures- Install the required packages:
pip install -r requirements.txt- Set up your environment:
cp .env.example .envThen edit the .env file and replace your_api_key_here with your actual API-Football key.
- Run the application:
python fifa_world_cup.py- Open
premier_league_fixtures.htmlin your web browser to view the fixtures.
The application uses the following configuration:
- League ID: 39 (Premier League)
- Season: 2023-2024
- Timezone: America/New_York
- Date Range: January 2024 - December 2024
The following environment variables are required:
API_FOOTBALL_KEY: Your API-Football API key
This project uses the API-Football API. For more information, visit: API-Football Documentation
MIT License