summaryrefslogtreecommitdiff
path: root/data/repositories.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/repositories.json')
-rw-r--r--data/repositories.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/data/repositories.json b/data/repositories.json
new file mode 100644
index 0000000..9ce3422
--- /dev/null
+++ b/data/repositories.json
@@ -0,0 +1,50 @@
+[
+ {
+ "name":"website",
+ "description":"xengineering's website as a Git repository"
+ },
+ {
+ "name":"birdscan",
+ "description":"Software to take beautiful pictures of birds with a Raspberry Pi camera"
+ },
+ {
+ "name":"dotfiles",
+ "description":"Git repository to track my personal GNU/Linux dotfiles"
+ },
+ {
+ "name":"iot-barcode-scanner",
+ "description":"Service that makes barcode scanners available on the network for IoT usage"
+ },
+ {
+ "name":"ledcontrol",
+ "description":"Firmware project for the STM32F103C8T6 microcontroller to control LED strips"
+ },
+ {
+ "name":"libweb",
+ "description":"Repository with reusable components for web development"
+ },
+ {
+ "name":"pkgbuilds",
+ "description":"Repository with packaging files for the Arch Linux build system"
+ },
+ {
+ "name":"scripts",
+ "description":"Some useful scripts"
+ },
+ {
+ "name":"stlscope",
+ "description":"Simple program to view .stl files"
+ },
+ {
+ "name":"webiot",
+ "description":"Small webserver for my personal Internet of Things (IoT)"
+ },
+ {
+ "name":"xbackup",
+ "description":"Convenience wrapper around the Borg backup tool"
+ },
+ {
+ "name":"xbot",
+ "description":"Software to create simpel chat bots for the XMPP/Jabber protocol"
+ }
+]