diff options
author | xengineering <me@xengineering.eu> | 2022-05-29 11:36:45 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-29 11:36:45 +0200 |
commit | 17f210f037f1c54f6b24ff4b47837cefbfe76dd5 (patch) | |
tree | 37ef6541cf47e753fd459dc16e4fdffabc861e7c /data | |
parent | 0ad80fdb076c12e967fc2e4db99fb60a82f3491a (diff) | |
download | website-17f210f037f1c54f6b24ff4b47837cefbfe76dd5.tar website-17f210f037f1c54f6b24ff4b47837cefbfe76dd5.tar.zst website-17f210f037f1c54f6b24ff4b47837cefbfe76dd5.zip |
Add repositories as JSON data file
Diffstat (limited to 'data')
-rw-r--r-- | data/repositories.json | 50 |
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" + } +] |