A cross-platform application to stream or download Twitch VODs.
- Electron JS
- SHA1 JS Hashing Library from emn178
- Electron Forge
- UI Kit
- Node Fetch
Run the command to install all dependancies.
yarn install
or
npm install
yarn make
Linux and mac can be compiled using any platform. Windows setup can be compiled only on windows 10 machines.
Install apt dependancies
sudo apt-get install fakeroot dpkg
yarn make-linux
yarn make-mac
Feel free to submit issues and enhancement requests.
Please use the Issue Section to report any issues or bugs.
I follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
This project is licensed under the MIT License - see the LICENSE file for details