commit dba66ff5e2207ad296ebc6f48702d241e58678a3 Author: Adam Goldsmith Date: Sun Jun 20 01:06:31 2021 -0400 Initial Commit diff --git a/spaceapi.json b/spaceapi.json new file mode 100644 index 0000000..24348d4 --- /dev/null +++ b/spaceapi.json @@ -0,0 +1,33 @@ +{ + "api_compatibility": [ + "14" + ], + "cam": [ + "https://3dprint.claremontmakerspace.org/" + ], + "contact": { + "email": "info@claremontmakerspace.org" + }, + "feeds": { + "blog": { + "type": "rss", + "url": "https://claremontmakerspace.org/feed/" + }, + "calendar": { + "type": "ical", + "url": "http://api.membershipworks.com/v2/events?_op=ics&org=15475" + } + }, + "location": { + "address": "46 Main St, Claremont, NH 03743", + "lat": 43.374174938625515, + "lon": -72.3405249125836, + "timezone": "America/New_York" + }, + "logo": "https://wiki.claremontmakerspace.org/images/6/6f/Logo.svg", + "projects": [ + "https://git.claremontmakerspace.org" + ], + "space": "Claremont MakerSpace", + "url": "https://claremontmakerspace.org/" +}