doc: update Firecamp and Spark.net in ascending order in oss-friends page (#1425)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Shreya Ranpariya
2023-10-27 14:25:04 +05:30
committed by GitHub
parent fcfea44d7f
commit d72283df55
@@ -52,6 +52,11 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse)
"Survey granular user segments at any point in the user journey. Gather up to 6x more insights with targeted micro-surveys. All open-source.",
href: "https://formbricks.com",
},
{
name: "Firecamp",
description: "vscode for apis, open-source postman/insomnia alternative",
href: "https://firecamp.io",
},
{
name: "Ghostfolio",
description:
@@ -138,6 +143,12 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse)
description:
"Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic.",
href: "https://www.sniffnet.net",
},
{
name: "Spark.NET",
description:
"The .NET Web Framework for Makers. Build production ready, full-stack web applications fast without sweating the small stuff.",
href: "https://spark-framework.net",
},
{
name: "Tolgee",
@@ -173,17 +184,6 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse)
description: "Webstudio is an open source alternative to Webflow",
href: "https://webstudio.is",
},
{
name: "Spark.NET",
description:
"The .NET Web Framework for Makers. Build production ready, full-stack web applications fast without sweating the small stuff.",
href: "https://spark-framework.net",
},
{
name: "Firecamp",
description: "vscode for apis, open-source postman/insomnia alternative",
href: "https://firecamp.io",
},
],
});
}