tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 217 forks source link

How can we use it in Laravel with Twitch #373

Closed sshivsin closed 4 years ago

sshivsin commented 4 years ago

I want to use this library in my laravel project with Twitch so how can i use ? if possible please give some doc for this library for laravel. I think we can do with tmi.min.js jquery but i am getting any proper doc for jquery library

Thanks

AlcaDesign commented 4 years ago

I've never used Laravel, I don't understand what you mean. You either require/import this lib in Node.js as a package/module or in a browser like you would any other library in a script tag. It's up to you from there.