Settings

Theme

Show HN: StreamE – Cross-platform live-stream viewing service

streame.tv

1 points by ngerrity 6 years ago · 1 comment

Reader

ngerrityOP 6 years ago

I wrote StreamE because I was tired of constantly switching back and forth between Twitch, Mixer, and YouTube to watch the live streamers I wanted to watch. StreamE lets you search for, follow, and watch live streamers on all the major platforms. I searched around to see if there was anything similar, and found a couple browser extensions, that both seemed to want OAuth verification, which I didn't want to mess with.

StreamE has some unique features, like a universal search across all the major streaming platforms, and a custom following feature as well. Follow streamers you like, and your list of followers is updated and stored in your browser/URL for easy bookmarking and sharing. The site requires no logins or signups, shows live indicators next to followed streamers, is mobile friendly, and is dark mode by default.

I tried to keep StreamE as simple as possible, it is written in vanilla JS, HTML, and CSS. I use the lz-string library (should be found through a quick Google) to encode the JSON follower data inside the browser and URL. The website hits a couple AWS Lambda endpoints written in NodeJS, which use the various Twitter, Mixer, and YouTube APIs for some of the site functions.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection