Containerized CLI that lists today's football fixtures and live scores from Futbol Libre.
121
Containerized CLI that lists today's football fixtures and live scores from the public calendar feed at https://verfutbollibre.net. No API key required.
docker run --rm iamnazzal/futbol-libre-hoy # today's fixtures
docker run --rm iamnazzal/futbol-libre-hoy --live # only live matches
docker run --rm iamnazzal/futbol-libre-hoy --json # raw JSON output
From the repository root:
docker build -f docker/Dockerfile -t iamnazzal/futbol-libre-hoy .
docker run --rm iamnazzal/futbol-libre-hoy --live
Reads https://verfutbollibre.net/api/v1/calendar. See the repository for the DISCLAIMER.
Repository: https://github.com/nazzal12/ver-futbol-libre-pckgs
MIT (c) NBK Devs
Content type
Image
Digest
sha256:ffe018891…
Size
55.6 MB
Last updated
about 1 month ago
docker pull iamnazzal/futbol-libre-hoy