mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-16 23:57:11 -05:00
18 lines
501 B
JSON
18 lines
501 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "BlackStream",
|
|
"description": "Full-stack streaming platform with recommendation engine, content aggregation, and user management microservices",
|
|
"applicationCategory": "MultimediaApplication",
|
|
"operatingSystem": "Web",
|
|
"author": {
|
|
"@type": "Organization",
|
|
"name": "BlackRoad",
|
|
"url": "https://blackroad.io"
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
}
|
|
} |