From dba66ff5e2207ad296ebc6f48702d241e58678a3 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 20 Jun 2021 01:06:31 -0400 Subject: [PATCH] Initial Commit --- spaceapi.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 spaceapi.json 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/" +}