@reuters-graphics/sportlich

npm version Reuters open source software

An Opta SDAPI client library for all your sportsball needs.

Quickstart

Install it.

npm i @reuters-graphics/sportlich

Use it.

import { Soccer } from '@reuters-graphics/sportlich';

const soccer = new Soccer({
optaOutletAuth: process.env.OPTA_OUTLET_AUTH,
optaSecretKey: process.env.OPTA_SECRET_KEY,
});

const calendar = await soccer.tournamentCalendar();