Skip to content

Commit

Permalink
🔴 api/websites.json
Browse files Browse the repository at this point in the history
🟢 api/websites.json
🛠️ api/websites.json -> Updated website domains and descriptions
  • Loading branch information
upayanmazumder committed Jun 27, 2024
1 parent 676efc0 commit c2a3e61
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 8 deletions.
10 changes: 10 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# TODO

## API

- [ ] Do not make records in case of `AggregateError`

## QWIK

- [ ] Responsive layout for smaller devices
- [ ] Implement loaders for sections
52 changes: 44 additions & 8 deletions api/websites.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"domain": "example.com",
"shortName": "example",
"longName": "Example Website",
"description": "This is an example website for testing purposes."
"domain": "upayan.space",
"shortName": "upayan",
"longName": "Upayan",
"description": "Upayan's Portfolio website"
},
{
"domain": "google.com",
Expand All @@ -18,9 +18,45 @@
"description": "Platform for hosting and collaborating on code."
},
{
"domain": "eranodes.xyz",
"shortName": "eraold",
"longName": "EraNodes Discontinued",
"description": "The discontinued EraNodes website"
"domain": "kspcommunity.com",
"shortName": "kspcmain",
"longName": "KSP Community",
"description": "The Kerbal Space Program Community Website"
},
{
"domain": "api.kspcommunity.com",
"shortName": "kspcapi",
"longName": "KSP Community API",
"description": "The Kerbal Space Program Community Website's API"
},
{
"domain": "eranodes.com",
"shortName": "eranodeslanding",
"longName": "EraNodes Landing",
"description": "The landing page of EraNodes"
},
{
"domain": "dash.eranodes.com",
"shortName": "eranodesdashboard",
"longName": "EraNodes Dashboard",
"description": "The dashboard of EraNodes"
},
{
"domain": "panel.eranodes.com",
"shortName": "eranodespanel",
"longName": "EraNodes Panel",
"description": "The panel of EraNodes"
},
{
"domain": "status.eranodes.com",
"shortName": "eranodesstatuspage",
"longName": "EraNodes Status Page",
"description": "The status page of EraNodes"
},
{
"domain": "panel.upayan.space",
"shortName": "myvps",
"longName": "My VPS",
"description": "The address of my VPS"
}
]

0 comments on commit c2a3e61

Please sign in to comment.