Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxhxyz4/twitchcolorchanger
Change color of your name on twitch using delay
https://github.com/fxhxyz4/twitchcolorchanger
Last synced: about 1 month ago
JSON representation
Change color of your name on twitch using delay
- Host: GitHub
- URL: https://github.com/fxhxyz4/twitchcolorchanger
- Owner: fxhxyz4
- License: mit
- Created: 2024-07-07T18:54:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T20:38:32.000Z (6 months ago)
- Last Synced: 2024-07-07T21:40:54.980Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
## ![webp](./assets/1x.webp) TwitchColorChanger — v2
### Change color of your name on twitch using delay.
#
### installation & deploying:
___ㅤ1. download [nodejs](https://nodejs.org/en/download/package-manager) LTS version.___
___ㅤ2. [fork](https://github.com/fxhxyz4/TwitchColorChanger/fork) or [download](https://github.com/fxhxyz4/TwitchColorChanger/archive/refs/heads/main.zip) this repo.___
___ㅤ3. change [variables](#twitch) in «.env.example»,___
___ㅤㅤand «render.yaml» file.___
___ㅤ4. rename ".env.example" to «.env».___
___ㅤ5. add your github username___
___ㅤㅤand repo name to render.yaml file___
___ㅤ6. deploy on render or [use local](#development).___
ㅤ[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
#
### list of dependecies:
___ㅤ[dotenv](https://www.npmjs.com/package/dotenv).______ㅤ[express](https://www.npmjs.com/package/express).___
___ㅤ[open](https://www.npmjs.com/package/open).___
___ㅤ[axios](https://www.npmjs.com/package/axios).___
___ㅤ[chalk](https://www.npmjs.com/package/chalk).___
___ㅤ[nodemon](https://www.npmjs.com/package/nodemon).___
#
### development:
__- `npm i` or `yarn`__
__- `yarn dep --- for deploy`__
__- or__
__- `yarn dev --- for development`__
__- `if you have older version of nodejs, change it in «.nvmrc» file`__
#
### [twitch](https://dev.twitch.tv):
___change: (USER, ID, CHANNEL, CLIENT_ID, CLIENT_SECRET, OAUTH) in «.env.example», and «render.yaml» file___![twitch dev console](./assets/image1.png)
#
### License: [MIT](./license.md)
#
### if you questions?
___ㅤwrite in [issues](https://github.com/fxhxyz4/TwitchColorChanger/issues)___