Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 475 Bytes

Snazzy's Twitch Tools (twitch-tools)

A random collection of tools for Twitch streamers and mods

If you want to access the tools, go here

Notes for developers

This is a completely in-browser tool. There are no servers. The main site serves as a configuration tool, and generates URLs where all settings are encoded. Moderation tools run in the browser directly.

To develop these tools

npm install
npm run dev