Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronkchsu/streamhug
The best way to engage your viewers to connect with other streamers
https://github.com/aaronkchsu/streamhug
Last synced: 7 days ago
JSON representation
The best way to engage your viewers to connect with other streamers
- Host: GitHub
- URL: https://github.com/aaronkchsu/streamhug
- Owner: aaronkchsu
- Created: 2019-09-29T17:37:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T11:47:59.000Z (about 2 years ago)
- Last Synced: 2023-03-01T22:50:44.157Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Blerp Extension
### Getting Started
First get familiar with Twitch's API and Documentation
https://www.twitch.tv/p/extensions/
https://dev.twitch.tv/docs/extensions/
https://dev.twitch.tv/docs/extensions/building/## Understanding
Developer Rig is a Way to Run Your Extension Locally
Twitch Repo Has How to steps on Making the Rig Work
https://github.com/twitchdev/developer-rig#loading-an-example-extension1. Yarn install developer-rig
2. Go run the run scriptsOn mac this waas the most helpful page for understanding context https://github.com/twitchdev/developer-rig/blob/master/docs/MacLocal.md
The my-extension package has a backend and a frontend. The services/backend.js is a Hapi Nodejs server. The public folder in my-extension contains the webviews for the extension.
Understand that the files in the public folder of the extension host the webviews
Understand that the extension can host a backend server file
Understand that we use parcel, babel, and react to build our frontend
### Environment Variables
### Build Process
# streamhug