brmdoor_libnfc/spaceapi_template.json
Radek Pilar cca9b4bbe0
Changed IRC network to libera, update spaceapi
* Changed IRC to libera
* Updated spaceapi json to be valid with versions 13 and 14

Co-authored-by: Radek Pilar <mrkva@mrkva.eu>
2022-07-21 21:52:05 +02:00

22 lines
646 B
JSON

{
"api": "0.13",
"api_compatibility": ["14"],
"space": "Brmlab",
"logo": "https://brmlab.cz/brmlab.png",
"url": "https://brmlab.cz/",
"location": {
"address": "Pod Kapličkou 3149/18, 13000 Praha 3",
"lat": 50.08346,
"lon": 14.48032
},
"contact": {
"irc": "irc://irc.libera.chat/#brmlab",
"phone": "+420 608 801 582",
"facebook": "https://www.facebook.com/brmlab",
"twitter": "https://twitter.com/brmlab",
"issue_mail": "rada@brmlab.cz",
"ml": "brmlab@brmlab.cz"
},
"issue_report_channels": ["issue_mail"],
"projects": [ "https://github.com/brmlab", "https://brmlab.cz/project/start" ]
}