0.1.2 • Published 3 years ago

devlive v0.1.2

Weekly downloads
17
License
-
Repository
-
Last release
3 years ago

Devlive

Devlive is a widget that shows you when a developer of a site is doing livestream development on Twitch.

livestream widget

Follow @seveibar on twitter for updates

Usage

Construct a URL like so...

https://devlive.vercel.app/api/widget?channel=seveibar&live_message=seveibar is live!

Here are the parameters to use:

NameExample
channel*seveibar
live_message*seveibar is coding live!
not_live_messageseveibar codes this live

Add the URL as a script tag on your web page.

<script src="https://devlive.vercel.app/api/widget?channel=seveibar&live_message=seveibar is live!"></script>

Development