1.0.3 • Published 2 years ago

showfer-schedule v1.0.3

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

Showfer Schedule

Displays the program schedule.

Usage

npm install showfer-schedule
import React from 'react';
import ShowferSchedule from 'showfer-schedule';

<ShowferSchedule url="https://epg.showfer.com/airy/655bca6d577abc6e57f9e344/Airy" timeZone="America/Los_Angeles"/>

Props

PropDescriptionDefault
urlThe url of a video
timeZoneTimezone
widthSet the width of the schedule100%
heightSet the height of the schedule100%

Standalone scheduler

If you aren’t using React, you can still render a scheduler using the standalone library:

<script src="https://cdn.jsdelivr.net/npm/showfer-schedule@latest/dist/showfer-schedule.standalone.min.js"></script>
<script>
    const container = document.getElementById('container');
    const url = 'https://epg.showfer.com/airy/655bca6d577abc6e57f9e344/Airy';

    renderShowferSchedule(container, {
      url,
      timeZone: 'America/Los_Angeles',
    });
</script>

Screenshot

Example image

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago