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:
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
[ ] The service should have a function to get the latest 10 meetup events by meetup group name. Check out group.pastEvents in the documentation. The group events data should contain:
event id
event cover picture
event date
photo album count
[ ] The service should have a function to get meetup event data by event id (documentation), with:
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:
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:
[ ] Add a service to pull data from the Meetup API. Follow the same idea as the code for the national website: https://github.com/CodeandCoffeeCommunity/Code-and-Coffee-Website-Service/blob/main/src/api/dao/meetup.dao.ts
[ ] The service should have a function to get the latest 10 meetup events by meetup group name. Check out
group.pastEvents
in the documentation. The group events data should contain:[ ] The service should have a function to get meetup event data by event id (documentation), with: