-
Notifications
You must be signed in to change notification settings - Fork 0
/
marketplace.json
32 lines (32 loc) · 1.41 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
{
"app_name": "Commit searcher",
"description": "Commit searcher to find commit message, author and url",
"hidden": false,
"rank": "",
"type": "Building Block",
"contributed_by": "Community",
"repo_url": "https://github.com/Yordaniss/commit-searcher",
"download_url": "https://github.com/Yordaniss/commit-searcher.git",
"hosted_url": "",
"quick_deploy": "false",
"deploy_buttons": [
{
"heroku": "https://heroku.com/deploy?template=https://github.com/redis-developer/basic-caching-demo-nodejs"
},
{
"vercel": "https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgit.luolix.top%2Fredis-developer%2Fbasic-caching-demo-nodejs&env=REDIS_ENDPOINT_URI,REDIS_PASSWORD&envDescription=REDIS_ENDPOINT_URI%20is%20required%20at%20least%20to%20connect%20to%20Redis%20clouding%20server"
},
{
"Google": "https://deploy.cloud.run/?git_repo=https://github.com/redis-developer/basic-caching-demo-nodejs.git"
}
],
"language": ["JavaScript"],
"redis_commands": ["FLUSHDB"],
"redis_features": [],
"redis_modules": ["RediJSON" , "RediSearch"],
"app_image_urls": ["https://github.com/Yordaniss/commit-searcher/blob/master/example.png?raw=true"],
"youtube_url": "",
"special_tags": ["Hackathon"],
"verticals": ["Github"],
"markdown": "https://github.com/Yordaniss/commit-searcher#readme"
}