-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmarketplace.json
48 lines (48 loc) · 1.22 KB
/
marketplace.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"app_name": "OneSocial",
"description": "the super app for creators and their audience",
"hidden": "false",
"rank": "21",
"type": "Full App",
"contributed_by": "Community",
"repo_url": "https://github.com/subhamX/onesocial/",
"download_url": "https://github.com/subhamX/onesocial/",
"hosted_url": "https://onesocial.tk/",
"quick_deploy": "false",
"deploy_buttons": [],
"language": [
"JavaScript",
"TypeScript"
],
"redis_commands": [
"publish",
"subscribe",
"fetch",
"search",
"remove"
],
"redis_features": [
"caching",
"stream",
"queue",
"full-text search",
"publisher/subscriber",
"RedisJSON"
],
"redis_modules": [
"RedisJSON",
"RediSearch"
],
"app_image_urls": [
"https://raw.githubusercontent.com/subhamX/onesocial/master/_docs/screenshots/landing.png"
],
"youtube_url": "https://www.youtube.com/watch?v=0IgKm6kiGqQ",
"special_tags": [
"Hackathon"
],
"verticals": [
"Technology",
"Social Media"
],
"markdown": "https://raw.githubusercontent.com/subhamX/onesocial/main/README.md"
}