An open API service indexing awesome lists of open source software.

https://github.com/qetsiankulu/afrigoal-backend

A lightweight FastAPI backend for fetching African Cup of Nations (AFCON) team data using the LiveScore API. Built for integration with an iOS SwiftUI app
https://github.com/qetsiankulu/afrigoal-backend

afcon async backend fastapi football httpx ios livescore-api python soccer swiftui

Last synced: 9 months ago
JSON representation

A lightweight FastAPI backend for fetching African Cup of Nations (AFCON) team data using the LiveScore API. Built for integration with an iOS SwiftUI app

Awesome Lists containing this project

README

          

# ⚽️ AFCON Backend (FastAPI + LiveScore API)

A lightweight **FastAPI** backend that fetches African Cup of Nations (AFCON) team data from the **LiveScore API**, designed for integration with an iOS **SwiftUI app**.

---

## 🚀 Features
- Async requests with **httpx**
- Fetch AFCON competition participants
- Clean RESTful endpoints
- Environment variable support with **python-dotenv**
- Ready for deployment on **Render**, **Railway**, or other cloud platforms

---

## 🛠️ Tech Stack
- [FastAPI](https://fastapi.tiangolo.com/)
- [Uvicorn](https://www.uvicorn.org/)
- [httpx](https://www.python-httpx.org/)
- [python-dotenv](https://pypi.org/project/python-dotenv/)

---