Skip to content

awu0521/fifa2026-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIFA LOGO FIFA 2026 Banner

Node.js Express JavaScript

FIFA 2026 Live Match Tracker API

As a soccer fan and software developer, I built this API to explore RESTful API development and third-party API integration. The project provides live FIFA 2026 match scores, team details, and stadium information using Node.js, Express, and [], while demonstrating backend development, routing, environment management, and API deployment.

Live Demo

TBD

License Status API

Features

  1. Live FIFA 2026 match scores
  2. Team information
  3. Stadium information
  4. RESTful API endpoints
  5. Real-time data from [TODO]

The tech stack

  • [INSERT API DATA]
  • Deployed on Render
  • Node.js
  • Express

Data Source

Match, team, and stadium data are provided by [].

Running locally:

#clone the repo
git clone https://github.com/awu0521/fifa2026-api.git
cd fifa2026-api

#install dependencies
npm install

#add api key to .env file
API_KEY=your_key
PORT=3000

#start the server
npm run dev

API endpoints

TBD

Project structure

fifa2026-api/
├── server.js
├── routes/
│   ├── matches.js
│   ├── teams.js
│   └── stadiums.js
├── controllers/
│   ├── matchesController.js
│   ├── teamsController.js
│   └── stadiumsController.js
└── data/
    └── mockData.json

Built by awu0521

About

REST API for FIFA 2026 live match scores, stadiums and team data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors