Sign inSign up

iamnazzal/futbol-libre-hoy

By iamnazzal

Updated about 1 month ago

Containerized CLI that lists today's football fixtures and live scores from Futbol Libre.

Image
API management
Internet of things
0

121

iamnazzal/futbol-libre-hoy repository overview

Futbol Libre Hoy (Docker)

Containerized CLI that lists today's football fixtures and live scores from the public calendar feed at https://verfutbollibre.net. No API key required.

Run

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

Build locally

From the repository root:

docker build -f docker/Dockerfile -t iamnazzal/futbol-libre-hoy .
docker run --rm iamnazzal/futbol-libre-hoy --live

Data source

Reads https://verfutbollibre.net/api/v1/calendar. See the repository for the DISCLAIMER.

Source & docs

Repository: https://github.com/nazzal12/ver-futbol-libre-pckgs

License

MIT (c) NBK Devs

Tag summary

Content type

Image

Digest

sha256:ffe018891

Size

55.6 MB

Last updated

about 1 month ago

docker pull iamnazzal/futbol-libre-hoy