POSSEscreen is for displaying and flowing subtitles on your screens like Niconico Movie.
- Multi display
- A slack channel as a client
- Random color for messages
- Random speed for messages
- Changing fonts for messages
- Prepare a Firebase environment.
- Create a Firestore database.
- Deploy POSSEscreen web pages to the Firebase Hosting.
- Build POSSEscreen client using Electron.
- Start POSSEscreen client.
- Access POSSEscreen web pages and send messages as an audience.
Detailed instruction for the setup is here.
- POSSEscreen still doesn't have a security functions such as Authentication and Authorization.
- POSSEscreen still doesn't have a test code.
- POSSEscreen is still using both npm and yarn.
- Create issue for this repository ( https://github.com/yaggytter/POSSEscreen/issues )
- Fork it ( https://github.com/yaggytter/POSSEscreen/fork )
- Create your feature branch for the issue (git checkout -b new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin new-feature)
- Create a new Pull Request to develop branch