-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub or Meetup for User Profiles #4
Comments
I was thinking of using both (and maybe even Twitter?), but Meetup seems like the more natural choice for a first iteration. If we could combine users together, we could link to their Twitter, GitHub, etc. |
Hi guys, Github limits the number of queries to 60 during a certain period of time. And the query for members of an organization returns little information (username, avatar and a bunch of url for repos, organizations, followers...). here are 2 queries that show the member and a user: That being said, I'd like to inform that I'll be working on a Meetup listing, as the Meetup API returns a more comprehensive user listing. |
woo, thanks @meiao ! Full speed ahead on using Meetup >: D |
Hi guys. I wasn't able to work as much as I wanted, but here is what I did. http://meiao.github.io/techcorridorio.github.io/developers.html I still need to make the pagination, then I'll prepare the pull request. I will also make a default picture, if there is none. Any constructive inputs on the design are welcome. |
@meiao This looks great! Thanks for putting your time into this. |
GitHub or Meetup for User Profiles #4
Examples
GitHub vs Meetup
I'm leaning more toward meetup for user management than github organizations for user management. I can imagine a way we could pull from both meetup and github and have a javascript object read in and de-duplicate entries from both lists? But I definitely wanna start with just one.
Meetup
topics
) might work, data could be messyGitHub
company
field on GitHubThe text was updated successfully, but these errors were encountered: