If you are a streamer using Serato DJ you can use this app to show information about your set in every streaming software like OBS or StreamLabs.
The app creates txt files inside one directory of your choice so you can load them into your favorite streaming app as independent text sources.
title.txt: Display the title of the stream.description.txt: Display a descriptiontags.txt: Display a list of tagsserato-now-playing.txt: Display the current track playing on Serato DJ (requires Serato live playlists).
This project was made from vue3-electron.
yarn install
yarn electron:serve
yarn electron:build
yarn electron:publish
# you need to create an environment variable in your zsh or bash file containing your Github personal token with "repo" scope.
export GH_TOKEN=YOUR-GH-TOKEN
yarn lint
The template includes the standard-version library so you can take advantage of conventional commits and have automatic changelogs created every time you release a new version.
yarn release
git push --follow-tags <remote> <branch>
