Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@consuo/web-component-epg
Advanced tools
A simple Web component that from the Consuo Schedule API fetches the schedule and show as a single channel epg component.
npm install --save @consuo/web-component-epg
As this is a standard Web Component you can use it as any other html element, when imported.
Import the web component class in your JavaScript
import "@consuo/web-component-epg";
and use it in your html
<consuo-epg api-url="" channel-id="" update-interval=""></consuo-epg>
or entirely in JavaScript, just as any other standard html element.
import '@consuo/web-component-epg';
const consuoUpNext = document.createElement("consuo-epg");
consuoUpNext.setAttribute("api-url", api_url);
consuoUpNext.setAtribute("channel-id", channel_id);
container.appendChild(consuoUpNext);
api-url: string
required
URI to the Consuo Schedule endpoint.
channel-id: string
required
The ID of the channel.
update-interval: number
If provided the component is updated by the specified interval in seconds.
Consuo
is a software component (Docker container) that can be plugged into your online video platform to provide you with unlimited thematic, regional or personal linear TV channels based on an existing VOD library.
Visit www.consuo.tv for more information and to request a trial license.
Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor.
At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.
Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!
FAQs
Show a Consuo schedule
The npm package @consuo/web-component-epg receives a total of 8 weekly downloads. As such, @consuo/web-component-epg popularity was classified as not popular.
We found that @consuo/web-component-epg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.