This question involves how we want to display data from Meetup.com on our webpage.
I included meetup data by creating a django-app which syncs information from api.meetup.com to a local database which can then be used in views. (this can also be used to edit meetup.com data but not yet)
I've just been trying out some AngularJS and realizing it may be better to query api.meetup.com using js and display the results that way.
I'm not sure, still new to web devo. Use django-app or AngularJS?
This question involves how we want to display data from Meetup.com on our webpage.
I included meetup data by creating a django-app which syncs information from api.meetup.com to a local database which can then be used in views. (this can also be used to edit meetup.com data but not yet)
I've just been trying out some AngularJS and realizing it may be better to query api.meetup.com using js and display the results that way.
I'm not sure, still new to web devo. Use django-app or AngularJS?