/ebu-list-sdk

An SDK to interact with EBU LIST

Primary LanguageTypeScriptMIT LicenseMIT

This is an SDK to help develop applications that interact with EBU LIST.

Usage

ebu-list-sdk uses lerna to manage multiple packages in the same repository..

  • Bootstrap:
> npm i
> npx lerna bootstrap
  • Build:
> npx lerna run build
  • See demos help
> cd demos/
> npm run start
  • Run the login demo:
> cd demos/
> npm run start -- login --baseUrl https://list.ebu.io --username demo --password demo