2021-12-23 16:38:19 +00:00
|
|
|
+++
|
|
|
|
title = "Projects"
|
|
|
|
template_page = "page.html"
|
|
|
|
+++
|
|
|
|
|
|
|
|
All my projects are hosted at [github.com/edg-l](https://github.com/edg-l) and [git.edgarluque.com](https://git.edgarluque.com/)
|
|
|
|
|
2023-11-26 12:11:50 +00:00
|
|
|
## ddstats.org
|
|
|
|
|
|
|
|
A DDNet data frontend for its master server.
|
|
|
|
|
|
|
|
[ddstats.org](/)
|
|
|
|
|
2021-12-23 16:38:19 +00:00
|
|
|
## sitewriter
|
|
|
|
A rust library to write sitemaps
|
|
|
|
|
|
|
|
[github.com/edg-l/sitewriter](https://github.com/edg-l/sitewriter)
|
|
|
|
|
|
|
|
## DDraceNetwork Wiki website
|
|
|
|
A collaborative wiki that I host and maintain.
|
|
|
|
|
|
|
|
[wiki.ddnet.tw](https://wiki.ddnet.tw/)
|
|
|
|
|
|
|
|
## paypal-rs
|
|
|
|
A rust library that wraps the paypal api asynchronously.
|
|
|
|
|
|
|
|
[github.com/edg-l/paypal-rs](https://github.com/edg-l/paypal-rs)
|
|
|
|
|
|
|
|
## Unique clan website
|
|
|
|
|
|
|
|
A website for a game community / clan: [uniqueclan.net](https://uniqueclan.net/)
|
|
|
|
|
|
|
|
Made with nodejs, expressjs, mongodb and mysql.
|
|
|
|
|
|
|
|
[github.com/unique-clan](https://github.com/unique-clan)
|
|
|
|
|
|
|
|
## discord.aio
|
|
|
|
|
|
|
|
An asynchronous Discord API wrapper for python.
|
|
|
|
|
|
|
|
[github.com/edg-l/discord.aio](https://github.com/edg-l/discord.aio)
|
|
|
|
|
|
|
|
## Discordia
|
|
|
|
|
|
|
|
A spigot plugin that creates a chat bridge between discord and minecraft.
|
|
|
|
|
|
|
|
[github.com/edg-l/Discordia](https://github.com/edg-l/Discordia)
|
|
|
|
|
|
|
|
## Helperbot
|
|
|
|
|
|
|
|
A spigot plugin that adds a "bot" that will answer users questions without any command (using regex).
|
|
|
|
|
|
|
|
[github.com/edg-l/MC-HelperBot](https://github.com/edg-l/MC-HelperBot)
|
|
|
|
|
|
|
|
## Teeworlds Server Status
|
|
|
|
|
|
|
|
Get information about teeworlds / ddnet servers using typescript or javascript.
|
|
|
|
|
2023-11-26 12:11:50 +00:00
|
|
|
[github.com/edg-l/teeworlds-server-status](https://github.com/edg-l/teeworlds-server-status)
|