1.0.10 • Published 2 years ago

airy-epg-viewer v1.0.10

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

Airy Epg viewer

Display scheduler by xml link.

Usage

npm install airy-epg-viewer
import React from 'react';
import AiryEpgViewer from 'airy-epg-viewer';

<AiryEpgViewer 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/airy-epg-viewer@latest/dist/airy-epg-viewer.standalone.min.js"></script>
<script>
    const container = document.getElementById('container');
    const url = 'https://epg.showfer.com/airy/655bca6d577abc6e57f9e344/Airy';

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

Screenshot

Example image

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago