learn-swift-winnipeg / Meetup-Project

The only repo you'll ever need....
1 stars 2 forks source link

To use external dependencies...or not #10

Closed spprichard closed 6 years ago

spprichard commented 6 years ago

Looking at ways we can interface with Meetup.com I came across this, https://github.com/Yasumoto/Deau . A pure swift Meetup client. It seems like we could easily integrate this into our Swift Sever (backend) for getting data from Meetup.com. However, is that where we want to take this project? If one of the goals of this project is to learn, shouldn't we make this ourselves? What is everyone's thoughts on this?

spprichard commented 6 years ago

From our discussions on 06-20-18 we decided that we should at minimum investigate how much would it would take to create our own Framework for interacting with the Meetup API. Depending on how long this takes, we will either go with out custom solution, or the solution referenced above. For now, I am closing this issue and saying that we will to it ourselves!