pkeroulas / ebu-list-sdk

An SDK to interact with EBU LIST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An SDK to interact with EBU LIST

License:MIT License


Languages

Language:TypeScript 100.0%