-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
74 lines (74 loc) · 1.94 KB
/
db.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"data": [
{
"title": "DENEME",
"text": "Bu bir Deneme Reposudur.",
"repo": "https://github.com/hozansahin/deneme",
"langs": [
"GO",
"ANGULAR"
]
},
{
"title": "SUPERCHARGE",
"text": "A web application to record and analyze your League of Legends champion mastery points.",
"repo": "https://github.com/zekroTJA/supercharge",
"langs": [
"C#",
"ANGULAR"
]
},
{
"title": "YURI 2",
"text": "A feature rich Discord sound board with web interface and a fully documented REST and web socket API.",
"repo": "https://github.com/zekroTJA/yuri2",
"langs": [
"GO",
"ANGULAR"
]
},
{
"title": "MYRUNES.COM",
"text": "Save your League of Legends Champion Runes without wasting (in-game) money.",
"repo": "https://github.com/zekroTJA/myrunes",
"langs": [
"GO",
"VUE"
]
},
{
"title": "VCTR",
"text": "Self hosted short link management tool for creating, managing and analyzing accesses on short links.",
"repo": "https://github.com/zekroTJA/vctr",
"langs": [
"C#",
"ANGULAR"
]
},
{
"title": "TOKENTOOLSR",
"text": "A slim web application to check the validity, status and meta data of Discord bot API tokens.",
"repo": "https://github.com/zekroTJA/tokenToolsR",
"langs": [
"GO",
"REACT"
]
},
{
"title": "ITSFRIDAY",
"text": "Twitter API application for spreading friday-happiness to your Twitter followers natively using the Twitter REST API.",
"repo": "https://github.com/zekroTJA/itsfriday",
"langs": [
"PYTHON"
]
},
{
"title": "PYTTER",
"text": "An approach to build a twitter REST API wrapper in python.",
"repo": "https://github.com/zekroTJA/pytter",
"langs": [
"PYTHON"
]
}
]
}