1
+ export const marketplace_data :MarketplaceData [ ] = [
2
+ {
3
+ name : "GitDataAI" ,
4
+ description : "GitDataAI is a platform that allows you to easily access and analyze your GitHub data." ,
5
+ image : "/images/marketplace/gitdataai.png" ,
6
+ link : "https://gitdataai.com" ,
7
+ tags : [ "GitHub" , "Data" , "Analysis" , "AI" ] ,
8
+ price : "Free" ,
9
+ category : "AI" ,
10
+ type : "App" ,
11
+ owner : "GitDataAI" ,
12
+ owner_image : "/images/marketplace/gitdataai.png"
13
+ } ,
14
+ {
15
+ name : "GitDataAI" ,
16
+ description : "GitDataAI is a platform that allows you to easily access and analyze your GitHub data." ,
17
+ image : "/images/marketplace/gitdataai.png" ,
18
+ link : "https://gitdataai.com" ,
19
+ tags : [ "GitHub" , "Data" , "Analysis" , "AI" ] ,
20
+ price : "Free" ,
21
+ category : "AI" ,
22
+ type : "App" ,
23
+ owner : "GitDataAI" ,
24
+ owner_image : "/images/marketplace/gitdataai.png"
25
+ } ,
26
+ {
27
+ name : "GitDataAI" ,
28
+ description : "GitDataAI is a platform that allows you to easily access and analyze your GitHub data." ,
29
+ image : "/images/marketplace/gitdataai.png" ,
30
+ link : "https://gitdataai.com" ,
31
+ tags : [ "GitHub" , "Data" , "Analysis" , "AI" ] ,
32
+ price : "Free" ,
33
+ category : "AI" ,
34
+ type : "App" ,
35
+ owner : "GitDataAI" ,
36
+ owner_image : "/images/marketplace/gitdataai.png"
37
+ } ,
38
+ {
39
+ name : "GitDataAI" ,
40
+ description : "GitDataAI is a platform that allows you to easily access and analyze your GitHub data." ,
41
+ image : "/images/marketplace/gitdataai.png" ,
42
+ link : "https://gitdataai.com" ,
43
+ tags : [ "GitHub" , "Data" , "Analysis" , "AI" ] ,
44
+ price : "Free" ,
45
+ category : "AI" ,
46
+ type : "App" ,
47
+ owner : "GitDataAI" ,
48
+ owner_image : "/images/marketplace/gitdataai.png"
49
+ }
50
+ ]
51
+
52
+ export interface MarketplaceData {
53
+ name : string ;
54
+ description : string ;
55
+ image : string ;
56
+ link : string ;
57
+ tags : string [ ] ;
58
+ price : string ;
59
+ category : string ;
60
+ type : string ;
61
+ owner : string ;
62
+ owner_image : string ;
63
+ }
0 commit comments