Live data from Hacker News

Git hits for github: are you awesome enough to be in the top 10 in your city?

githits.me

21–30 of 35 posts

Re: Git hits for github: are you awesome enough to be in the top 10 in your city?

#21
post #20

Earlier quoted context omitted.

True, I would love to expand. But within github api limit I'm limited to what cities I can pick. Maybe NH would come next :)

You could let users enter their a city and fetch the data locally via javascript. That way, the usage counts against their IP's API limit, not yours. Edit: To be more clear, this would only work for showing the data to the user that requests it, not sending it back to the server for other users to see.

Yes, except then you're relying on data coming from untrusted users. How long do you think it would take before someone figures out a way to put themselves at the top of the list? ;)

Edit: OK. Assuming you're only looking at data locally, you'll probably run into API limits. Users are only allowed to make 60 requests to the API per minute. My guess is you need more than that to generate these statistics.

Re: Git hits for github: are you awesome enough to be in the top 10 in your city?

#28

Sadly its not "in your city" but "in twelve US cities." I was really hoping that I could see if there were even other people who used Git in New Hampshire and how prominent they were.

True, I would love to expand. But within github api limit I'm limited to what cities I can pick. Maybe NH would come next :)

You have Houston but not Dallas? Actually, it would be better if it were by metro if you're not going to let the users choose their suburbs and what not.

Re: Git hits for github: are you awesome enough to be in the top 10 in your city?

#29

Earlier quoted context omitted.

True, I would love to expand. But within github api limit I'm limited to what cities I can pick. Maybe NH would come next :)

Get in touch with the GitHub people. They are some of the most reasonable people on the planet. I'm sure they'll help you somehow.

Totally, that would be cool.
Post reply on HN