This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathproject.json
25 lines (25 loc) · 1.54 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"repoName": "projectlive",
"tagline": "Developer streaming service!",
"color": "#fc6203",
"logo": "",
"channelName": "projectlive",
"desc": [
"projectLive is a tool for people to easily setup their own personale streaming server. Each instance will be able to issue streaming keys to use for authentication on the rmtp server.",
"The project is composed of three parts: \n:small_orange_diamond: The server, handling the stream conversion. \n:small_orange_diamond: The streaming frontend, where users will be able to watch the stream and interact ina chat window. \n:small_orange_diamond: The admin dashboard, where the streamer will be able to set the stream title and see all the stream stats (number of viewers etc.)"
],
"team": [
["Matteo G#9752", "Project Lead"]
],
"links": [
["Repo", "https://github.com/zero-to-mastery/projectLive/blob/master/README.md"]
],
"poi": [
["Repo", "https://github.com/zero-to-mastery/projectLive/blob/master/README.md"]
],
"tasks": {
"title": "Notion.so Tasks",
"desc": "We will be using [Notion.so](https://notion.so) to manage the tasks within this project, To gain access to the project board, check the pinned messages in this channel for more information!"
},
"welcomeMsg": "Please take a moment to read through the pinned messages. Here you will find important notes and how to get stated with the project!"
}