forked from AmmanVMS/space.api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marco Bakera
committed
Sep 12, 2024
1 parent
7944228
commit f994d9d
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"api": "0.13", | ||
"space": "Amman Valley MakerSpace", | ||
"logo": "https://raw.githubusercontent.com/AmmanVMS/space.api/main/logo-square-white-500x500.png", | ||
"url": "https://cwmaman.org.uk/makerspace/", | ||
"space": "ITA-Projekttag", | ||
"logo": "https://raw.githubusercontent.com/tbs1-bo/space.api/main/logo-square-white-500x500.png", | ||
"url": "https://it.tbs1.de/", | ||
"location": { | ||
"address": "Youth Resource Center/MakerSpace, Station Road, Glanamman, SA18 1LQ, Wales, United Kingdom", | ||
"lon": -3.92288, | ||
"lat": 51.80626 | ||
"address": "Ostring 25, 44787 Bochum, Germany", | ||
"lon": 7.225010, | ||
"lat": 51.480930 | ||
}, | ||
"contact": { | ||
"phone": "01269 823299", | ||
"email": "[email protected]", | ||
"issue_mail": "[email protected]" | ||
"phone": "0234 - 96402-0", | ||
"email": "[email protected]", | ||
"issue_mail": "[email protected]" | ||
}, | ||
"issue_report_channels": [ | ||
"issue_mail" | ||
], | ||
"state": { | ||
"open": false, | ||
"icon": { | ||
"open": "https://raw.githubusercontent.com/AmmanVMS/space.api/main/workshop-open.jpg", | ||
"closed": "https://raw.githubusercontent.com/AmmanVMS/space.api/main/workshop-closed.jpg" | ||
"open": "https://raw.githubusercontent.com/tbs1-bo/space.api/main/workshop-open.jpg", | ||
"closed": "https://raw.githubusercontent.com/tbs1-bo/space.api/main/workshop-closed.jpg" | ||
} | ||
}, | ||
"projects": [ | ||
"http://github.com/AmmanVMS" | ||
"http://github.com/tbs1-bo" | ||
], | ||
"cache": { | ||
"schedule": "m.05" | ||
|