-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(closes #25)
- Loading branch information
Showing
2 changed files
with
68 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -7,5 +7,35 @@ | |
"languageCodes": ["en"], | ||
"description": "Improve OpenStreetMap in the DC area", | ||
"url": "https://mappingdc.org/", | ||
"contacts": [{"name": "Brian DeRocher", "email": "[email protected]"}] | ||
"contacts": [{"name": "Brian DeRocher", "email": "[email protected]"}], | ||
"events": [ | ||
{ | ||
"name": "April Meetup", | ||
"description": "Meets every other month on the 2nd Tuesday", | ||
"when": "2018-04-10 18:00", | ||
"where": "Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC", | ||
"url": "https://www.meetup.com/MappingDC/events/qqvnvhyxgbnb/" | ||
}, | ||
{ | ||
"name": "June Meetup", | ||
"description": "Meets every other month on the 2nd Tuesday", | ||
"when": "2018-06-12 18:00", | ||
"where": "Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC", | ||
"url": "https://www.meetup.com/MappingDC/events/qqvnvhyxjbqb/" | ||
}, | ||
{ | ||
"name": "August Meetup", | ||
"description": "Meets every other month on the 2nd Tuesday", | ||
"when": "2018-08-14 18:00", | ||
"where": "Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC", | ||
"url": "https://www.meetup.com/MappingDC/events/qqvnvhyxlbsb/" | ||
}, | ||
{ | ||
"name": "October Meetup", | ||
"description": "Meets every other month on the 2nd Tuesday", | ||
"when": "2018-10-09 18:00", | ||
"where": "Capitol City Brewing Company, 1100 New York Ave NW, Washington, DC", | ||
"url": "https://www.meetup.com/MappingDC/events/qqvnvhyxnbmb/" | ||
} | ||
] | ||
} |
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