twitch-extension-stream-schedule-viewer

Stars
3

 

If you want to show specific information on a Twitch profile, how do you do that? In this episode, Learn With Jason moderator Darrik Moberg teaches us how to create custom extensions for Twitch that work on both the website and apps.

This is a WIP!

This is very much a work-in-progress. It currently doesnt twitch at all!

This extension lets users see upcoming stream event dates/times, as well as descriptions.

 

More Information

 

Development

For convenience, use Netlify Dev.

# install the Netlify CLI
yarn global add netlify-cli

# clone this repo
git clone [email protected]:jlengstorf/twitch-extension-stream-schedule-viewer.git

# move into the directory
cd twitch-extension-stream-schedule-viewer/

# install dependencies
yarn

# run Netlify Dev
netlify dev

The site + serverless functions will be running at http://localhost:8888.