Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BoxrecEvent

Used specifically for Events page and Dates page

Hierarchy

Index

Constructors

Protected constructor

  • new BoxrecEvent(boxrecBodyString: string): BoxrecEvent

Properties

Protected $

$: CheerioStatic

Accessors

bouts

location

matchmakers

numberOfBouts

  • get numberOfBouts(): number

promoters

tickets

  • get tickets(): string | null
  • Returns contact information on how to buy tickets for this event example: boxrec.com/en/date?ByV%5Bdate%5D%5Byear%5D=2019&ByV%5Bdate%5D%5Bmonth%5D=11&ByV%5Bdate%5D%5Bday%5D=16

    Returns string | null

Methods

Protected getPeopleTable

  • getPeopleTable(): Cheerio

Protected parseBouts

  • parseBouts(): Array<[string, string | null]>

Protected parseEventData

  • parseEventData(role: BoxrecRole | "media" | "commission" | "tickets", parseHTML?: boolean): string

Protected parseLocation

  • parseLocation(): string

Protected parseMatchmakers

  • parseMatchmakers(): string

Protected parsePromoters

  • parsePromoters(): string

Protected returnBouts

  • returnBouts(tr: Cheerio): Array<[string, string | null]>

Static Protected getLocationInformation

Static Protected getVenueInformation

Generated using TypeDoc