Skip to content

Commit 786570f

Browse files
committed
feat: add homepage field to repos
1 parent a9fc05d commit 786570f

File tree

1 file changed

+74
-40
lines changed

1 file changed

+74
-40
lines changed

src/data/repo_data.json

Lines changed: 74 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,240 +1,274 @@
11
[
2-
{
3-
"name": "travel-buddy",
4-
"description": "Helps find people for ridesharing.",
5-
"stars": 8,
6-
"forks": 8,
7-
"language": "JavaScript"
8-
},
92
{
103
"name": "metakgp.org",
114
"description": "[WIP] The website for metaKGP. Showcases all metaKGP projects since it is more than just a Wiki. (To be deployed at metakg.org)",
125
"stars": 3,
136
"forks": 3,
14-
"language": "TypeScript"
7+
"language": "TypeScript",
8+
"homepage": "https://beta.metakgp.org/"
9+
},
10+
{
11+
"name": "travel-buddy",
12+
"description": "Helps find people for ridesharing.",
13+
"stars": 8,
14+
"forks": 8,
15+
"language": "JavaScript",
16+
"homepage": "https://travel.metakgp.org"
1517
},
1618
{
1719
"name": "societytable",
1820
"description": "A periodic table of the KGPian societies. Originally created by TSA.",
1921
"stars": 2,
2022
"forks": 7,
21-
"language": "TypeScript"
23+
"language": "TypeScript",
24+
"homepage": "https://soc.metakgp.org"
2225
},
2326
{
2427
"name": "dob",
2528
"description": "Database of Babel contains every possible bit of information required by any MetaKGP project",
2629
"stars": 0,
2730
"forks": 1,
28-
"language": "Python"
31+
"language": "Python",
32+
"homepage": ""
2933
},
3034
{
3135
"name": "iqps-go",
3236
"description": "Search for question papers when the library can't save you.",
3337
"stars": 23,
3438
"forks": 13,
35-
"language": "TypeScript"
39+
"language": "TypeScript",
40+
"homepage": "https://qp.metakgp.org"
3641
},
3742
{
3843
"name": "metaploy",
3944
"description": "The metakgp nginx deployment architecture.",
4045
"stars": 3,
4146
"forks": 0,
42-
"language": "Shell"
47+
"language": "Shell",
48+
"homepage": ""
4349
},
4450
{
4551
"name": "events-board",
4652
"description": "[WIP] A noticeboard that lists upcoming and previous society events.",
4753
"stars": 1,
4854
"forks": 0,
49-
"language": "JavaScript"
55+
"language": "JavaScript",
56+
"homepage": ""
5057
},
5158
{
5259
"name": "gyft",
5360
"description": "Get Your Freaking Timetable",
5461
"stars": 57,
5562
"forks": 63,
56-
"language": "Python"
63+
"language": "Python",
64+
"homepage": "https://gyft.metakgp.org"
5765
},
5866
{
5967
"name": "metakgp-wiki",
6068
"description": "Dockerized source for the metakgp wiki.",
6169
"stars": 23,
6270
"forks": 20,
63-
"language": "Python"
71+
"language": "Python",
72+
"homepage": "https://wiki.metakgp.org"
6473
},
6574
{
6675
"name": "naarad",
6776
"description": "Self-hosted ntfy.sh server for metakgp",
6877
"stars": 14,
6978
"forks": 3,
70-
"language": "Go"
79+
"language": "Go",
80+
"homepage": "https://naarad.metakgp.org"
7181
},
7282
{
7383
"name": "Dynac",
7484
"description": "Dynamic CV Viewer Browser Extension",
7585
"stars": 9,
7686
"forks": 2,
77-
"language": "JavaScript"
87+
"language": "JavaScript",
88+
"homepage": "https://sites.google.com/view/dynac-kgp-erp"
7889
},
7990
{
8091
"name": "mftp",
8192
"description": "CDC noticeboard scraper",
8293
"stars": 37,
8394
"forks": 43,
84-
"language": "Python"
95+
"language": "Python",
96+
"homepage": ""
8597
},
8698
{
8799
"name": "wimp",
88100
"description": "Where is my Prof?",
89101
"stars": 48,
90102
"forks": 26,
91-
"language": "Python"
103+
"language": "Python",
104+
"homepage": "https://wimp.metakgp.org"
92105
},
93106
{
94107
"name": "iitkgp-erp-login-pypi",
95108
"description": "The only python package you will ever need to implement login process in ERP for IIT-KGP",
96109
"stars": 28,
97110
"forks": 7,
98-
"language": "Python"
111+
"language": "Python",
112+
"homepage": "https://pypi.org/project/iitkgp-erp-login/"
99113
},
100114
{
101115
"name": "kronos",
102116
"description": "A webapp to serve past year grade distributions of IIT KGP students, for IIT KGP students",
103117
"stars": 4,
104118
"forks": 4,
105-
"language": "Python"
119+
"language": "Python",
120+
"homepage": "https://kronos.streamlit.app"
106121
},
107122
{
108123
"name": "heimdall",
109124
"description": "Single source of authorising KGPians for all of metaKGP services",
110125
"stars": 4,
111126
"forks": 3,
112-
"language": "Go"
127+
"language": "Go",
128+
"homepage": "https://heimdall.metakgp.org/"
113129
},
114130
{
115131
"name": "iitkgp-erp-login-go",
116132
"description": "The only golang package you will ever need to implement login process in ERP for IIT-KGP",
117133
"stars": 3,
118134
"forks": 0,
119-
"language": "Go"
135+
"language": "Go",
136+
"homepage": null
120137
},
121138
{
122139
"name": "mfins",
123140
"description": "Pronounced as 'muffins' | My Freakin' Internal Noticeboard Scrapper",
124141
"stars": 0,
125142
"forks": 1,
126-
"language": "Shell"
143+
"language": "Shell",
144+
"homepage": ""
127145
},
128146
{
129147
"name": "twerp",
130148
"description": "Tethering Wiki to ERP",
131149
"stars": 6,
132150
"forks": 4,
133-
"language": "Python"
151+
"language": "Python",
152+
"homepage": ""
134153
},
135154
{
136155
"name": "naarad-ntfy",
137156
"description": "Send push notifications to your phone or desktop using PUT/POST",
138157
"stars": 0,
139158
"forks": 1,
140-
"language": "Go"
159+
"language": "Go",
160+
"homepage": "https://naarad.metakgp.org"
141161
},
142162
{
143163
"name": "slack-invite",
144164
"description": "Slack invite for MetaKGP with a sub-domain",
145165
"stars": 0,
146166
"forks": 0,
147-
"language": "CSS"
167+
"language": "CSS",
168+
"homepage": "https://slack.metakgp.org"
148169
},
149170
{
150171
"name": "chillzone",
151172
"description": "Find a place to chill during class hours in IIT KGP",
152173
"stars": 22,
153174
"forks": 27,
154-
"language": "HTML"
175+
"language": "HTML",
176+
"homepage": "https://chill.metakgp.org"
155177
},
156178
{
157179
"name": "gyfe",
158180
"description": "Get Your Freaking Electives :)",
159181
"stars": 7,
160182
"forks": 9,
161-
"language": "TypeScript"
183+
"language": "TypeScript",
184+
"homepage": ""
162185
},
163186
{
164187
"name": "slack-archive",
165188
"description": "Tool to view all the messages of slack workspaces. Checkmate capitalism",
166189
"stars": 1,
167190
"forks": 0,
168-
"language": "Rust"
191+
"language": "Rust",
192+
"homepage": "https://archive.metakgp.org/"
169193
},
170194
{
171195
"name": "iitkgp-erp-auto-login",
172196
"description": "[Browser Extension] Auto Login Utility for students' ERP at IIT Kharagpur :octocat:",
173197
"stars": 3,
174198
"forks": 1,
175-
"language": "TypeScript"
199+
"language": "TypeScript",
200+
"homepage": ""
176201
},
177202
{
178203
"name": "gyft2",
179204
"description": "Get Your Freaking Timetable REBORN , A version of metakgp/gyft that does not need password",
180205
"stars": 20,
181206
"forks": 9,
182-
"language": "Python"
207+
"language": "Python",
208+
"homepage": "https://xypnox.github.io/gyft2/"
183209
},
184210
{
185211
"name": "SlackNotifications",
186212
"description": "Slack Mediawiki - Integrate Slack with Mediawiki. Sends notifications into your Slack room when certain actions are being performed in your wiki (for example when article is being edited, new article was added...)",
187213
"stars": 0,
188214
"forks": 0,
189-
"language": "PHP"
215+
"language": "PHP",
216+
"homepage": "https://www.mediawiki.org/wiki/Extension:SlackNotifications"
190217
},
191218
{
192219
"name": "metakgp.github.io",
193220
"description": null,
194221
"stars": 4,
195222
"forks": 2,
196-
"language": "HTML"
223+
"language": "HTML",
224+
"homepage": "https://metakgp.github.io"
197225
},
198226
{
199227
"name": "fERP",
200228
"description": "Stands for Feedback-ERP. Automation extension for IIT KGP ERP feedback",
201229
"stars": 11,
202230
"forks": 0,
203-
"language": "JavaScript"
231+
"language": "JavaScript",
232+
"homepage": ""
204233
},
205234
{
206235
"name": "hermes",
207236
"description": "The messenger of the gods himself delivering important notices from various IITKGP noticeboards",
208237
"stars": 6,
209238
"forks": 2,
210-
"language": "Python"
239+
"language": "Python",
240+
"homepage": ""
211241
},
212242
{
213243
"name": "kakashi",
214244
"description": "The copy ninja",
215245
"stars": 4,
216246
"forks": 3,
217-
"language": "Python"
247+
"language": "Python",
248+
"homepage": null
218249
},
219250
{
220251
"name": "chitragupta",
221252
"description": null,
222253
"stars": 6,
223254
"forks": 1,
224-
"language": "Python"
255+
"language": "Python",
256+
"homepage": null
225257
},
226258
{
227259
"name": "scripts",
228260
"description": "Scripts used in generation and maintenance of metaKGP content",
229261
"stars": 4,
230262
"forks": 7,
231-
"language": "Python"
263+
"language": "Python",
264+
"homepage": null
232265
},
233266
{
234267
"name": "metacandy",
235268
"description": "A nice flat, minimal skin for Metakgp. Forked and modified from the BRLCAD theme. ",
236269
"stars": 3,
237270
"forks": 1,
238-
"language": "CSS"
271+
"language": "CSS",
272+
"homepage": ""
239273
}
240274
]

0 commit comments

Comments
 (0)