-
Notifications
You must be signed in to change notification settings - Fork 3
/
marketplace.json
43 lines (43 loc) · 1.15 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
{
"app_name": "BlobChat",
"description": "Find similar-minded people in the text-based chat app.",
"hidden": "false",
"rank": "21",
"type": "Building Block",
"contributed_by": "Community",
"repo_url": "https://github.com/pumpkiny9120/BlobChat",
"download_url": "https://github.com/pumpkiny9120/BlobChat/archive/refs/heads/main.zip",
"hosted_url": "",
"quick_deploy": "false",
"deploy_buttons": [],
"language": [
"JavaScript"
],
"redis_commands": [
"FT.CREATE",
"HSET",
"FT.SEARCH",
"RPUSH",
"EXPIRE",
"LRANGE"
],
"redis_features": [
"caching"
],
"redis_modules": [
"RediSearch"
],
"app_image_urls": [
"https://github.com/pumpkiny9120/BlobChat/blob/main/public/1_index_screenshot.png",
"https://github.com/pumpkiny9120/BlobChat/blob/main/public/2_posts_screenshot.png",
"https://github.com/pumpkiny9120/BlobChat/blob/main/public/3_chat_screenshot.png"
],
"youtube_url": "https://www.youtube.com/watch?v=GNWIR_0s6o4",
"special_tags": [
"Hackathon"
],
"verticals": [
"Technology"
],
"markdown": "https://raw.githubusercontent.com/pumpkiny9120/BlobChat/main/README.md"
}