- This was a work maded by me, to a Portuguese Youtuber use it on his Livestream.
- This bar displays the actual number of Patreons for a specific account (like a Donation Bar on Twitch).
Percentage | Result |
---|---|
0% | |
50% | |
100% |
Software | Donwload Link | Older Version Tested | Status |
---|---|---|---|
NodeJS | Download NodeJS | v16.15.1 | ✅ |
NPM | *from NodeJS | v8.13.0 | ✅ |
Git | Download Git | v2.36.1 | ✅ |
Patreon Account | Patreon | - - - - | ✅ |
*commands for Operative System: Ubuntu 22.04
# Clone this repository
git clone https://github.com/RobertoValente/PatreonCounter-StreamBar.git
# Navigate to the folder
cd PatreonCounter-StreamBar
# Install all dependencies of the project
npm install
# Rename the file '.env.example' to '.env'
mv .env.example .env
# Change "XXX" to the correct information (tips inside of '.env')
nano .env
# Run the project
npm start
- If you want host it and be able to import into StreamLabs, try render.com.