Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 1.55 KB

README.md

File metadata and controls

81 lines (51 loc) · 1.55 KB

Twitch VOD Watcher

A cross-platform application to stream or download Twitch VODs.

Technologies Used

  • Electron JS
  • SHA1 JS Hashing Library from emn178
  • Electron Forge
  • UI Kit
  • Node Fetch

Installation

Run the command to install all dependancies.

yarn install

or

npm install

Build Script

Machine Platform

yarn make

Specific Platform

Linux and mac can be compiled using any platform. Windows setup can be compiled only on windows 10 machines.

Linux

Install apt dependancies

sudo apt-get install fakeroot dpkg
yarn make-linux

Mac

yarn make-mac

Reporting Issues

Feel free to submit issues and enhancement requests.

Please use the Issue Section to report any issues or bugs.

Contributing

I follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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!

License

This project is licensed under the MIT License - see the LICENSE file for details

Author