Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 669 Bytes

HOME.md

File metadata and controls

24 lines (16 loc) · 669 Bytes

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();