-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
62 lines (62 loc) · 1.91 KB
/
data.json
File metadata and controls
62 lines (62 loc) · 1.91 KB
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
[
{
"title": "Uptime",
"description": "The uptime of the host we use.",
"link": "https://uptime.twint.my.id/"
},
{
"title": "OpenAPI",
"description": "An API for url shortening and codebin.",
"link": "https://api.twint.my.id/"
},
{
"title": "Docs",
"description": "Docs for various projects I work on.",
"link": "https://docs.twint.my.id/"
},
{
"title": "5D Diplomacy",
"description": "Diplomacy but 5D with multiverse time travel",
"link": "https://diplomacy.twint.my.id/"
},
{
"title": "IT-Tools",
"description": "Collection of handy online tools for developers.",
"link": "https://it-tools.twint.my.id/"
},
{
"title": "ntfy",
"description": "A simple HTTP-based pub-sub notification service.",
"link": "https://ntfy.twint.my.id/"
},
{
"title": "BentoPDF",
"description": "A web application that allows you to perform various operations on PDF files.",
"link": "https://bentopdf.twint.my.id/"
},
{
"title": "Scratch",
"description": "A modified version of Scratch with hidden blocks and more addons.",
"link": "https://scratch.twint.my.id/"
},
{
"title": "Search",
"description": "A search engine which adds Kagi's bangs to 4get and does fallbacks.",
"link": "https://search.twint.my.id/"
},
{
"title": "smail",
"description": "A temp-mail service that runs entirely on CloudFlare.",
"link": "https://mail.twint.my.id/"
},
{
"title": "4get",
"description": "A proxy search engine that doesn't suck. (4bang fork)",
"link": [
"https://4get.twint.my.id/",
"https://5get.twint.my.id/",
"https://6get.twint.my.id/",
"https://4get.up.railway.app/"
]
}
]