eleventy-plugin-twitch-chat

0.0.6 • Public • Published

eleventy-plugin-twitch-chat

eleventy-plugin-twitch-chat is an Eleventy plugin that lets you insert live, real-time, heavily styleable Twitch chats into your Eleventy sites.

To use eleventy-plugin-twitch-chat, navigate to your Eleventy project in your terminal and install the dependency:

npm install eleventy-plugin-twitch-chat

Then, in your .eleventy.js file, import the plugin and add to your Eleventy configuration.

const twitchChat = require('eleventy-plugin-twitch-chat');

module.exports = function(eleventyConfig) {
	eleventyConfig.addPlugin(twitchChat);
}

Finally, add a chat to your page! Go to a template or layout file, and use the twitchChat shortcode, passing it a string with the channel name(s) you want to watch. For instance, to inject a chat for the SomeAnticsDev Twitch channel, you would add:

{% twitchChat 'SomeAnticsDev' %}

/eleventy-plugin-twitch-chat/

    Package Sidebar

    Install

    npm i eleventy-plugin-twitch-chat

    Weekly Downloads

    0

    Version

    0.0.6

    License

    ISC

    Unpacked Size

    7.73 kB

    Total Files

    9

    Last publish

    Collaborators

    • bendmyers