NoVACodeCoffee / novacodecoffee.github.io

The Official Nova Code & Coffee Website.
4 stars 6 forks source link

Photos from Events #6

Open caseywatts opened 8 years ago

caseywatts commented 8 years ago

maybe using the Meetup API to show images!

Could maybe reference alxcodecoffee's instagram_cards component for inspiration

caseywatts commented 8 years ago

https://github.com/AlxCodeCoffee/alxcodecoffee.github.io/blob/master/_includes/instagram_cards.html

caseywatts commented 8 years ago

also https://github.com/NoVACodeCoffee/novacodecoffee.github.io/blob/master/_includes/meetup_cards.html for meetup API references

SHoar commented 8 years ago

https://api.meetup.com/NoVa-Code-Coffee/photos?photo-host=public&page=20&sig_id=4371283&only=thumb_link&sig=9463da17de99950137bb5b8762cca750343844d8

https://api.meetup.com/NoVa-Code-Coffee/photos?photo-host=public&page=20&sig_id=4371283&only=photo_link&sig=c83c194af377b707ab2c67d3ca401cc870471e5a

caseywatts commented 8 years ago

@SHoar awesome! 👏

Is this feed for the most recently posted photos in any event in the group?

SHoar commented 8 years ago

@caseywatts right now it's just the 20 latest photos, although I'm actually not sure of the timing of the pics. We actually haven't had any photos uploaded for several events/dates, so it's just what's there for now. I started to look at configuring it like the instagram_cards on alxCodeCoffee, but the meetup api v2 is based on events, but with v3 we can just pull a certain amount of pics... once again, have to take a closer look at the age of them and how to categorize them by date...