Skip to content

Highlightly/world-cup-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Score Tracker

A real-time football live score tracker with match events, statistics, and video highlights. Built with vanilla JavaScript and the Highlightly Football API.

Setup

  1. Get a free API key from highlightly.net/login
  2. Install dependencies:
npm install
  1. Run the server:
$env:HIGHLIGHTLY_API_KEY="your_key_here"; node server.js
  1. Open http://localhost:3000

Modes

The tracker has two modes controlled by the TRACKER_MODE environment variable.

All leagues (default)

Shows every football match for the selected day across 950+ leagues.

$env:HIGHLIGHTLY_API_KEY="your_key"; node server.js

World Cup only

Filters to World Cup 2026 matches only (June 11 to July 19, 2026).

$env:HIGHLIGHTLY_API_KEY="your_key"; $env:TRACKER_MODE="worldcup"; node server.js

API Documentation

About

Live football score tracker with match events, statistics, and video highlights. Built with the Highlightly Football API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors