CodeandCoffeeCommunity / boston-code-and-coffee

Codebase for the Boston Code and Coffee website
https://bostoncodeandcoffee.com
MIT License
3 stars 3 forks source link

Update the 'Past Events' page (Backend) #15

Closed alexpereira closed 1 year ago

alexpereira commented 1 year ago

The Past Events page (aka 'Photos from past events') should contain the photos taken from in our past events as seen in the mock below:

Image

This task is about getting the photo album data for our 10 most recent events from the Meetup API. This data can be retrieved with the groupByUrlName query: https://www.meetup.com/api/schema/#groupByUrlname

Acceptance Criteria: