7 ms·
Hi, I'm vincent author of GitHub Awards, if you have any questions feel free to ask
by vdaubry 12y ago
Hi,
I'm vincent author of GitHub Awards, if you have any questions feel free to ask
- kylec 12y agoIt didn't detect my location correctly. I'm in the Boston area, not the UK: http://github-awards.com/users/search?login=kylecronin http://github-awards.com/users/search?login=kylecronin https://github.com/kylecronin https://github.com/kylecronin
- filiwickers 12y agoAlso, it looks like the cities w/ the same name in different countries are treated as one city. I am in Santa Fe, NM but ranked with people in Santa Fe, Argentina.
- azdle 12y agoSame for me: http://github-awards.com/users/search?login=Azdle http://github-awards.com/users/search?login=Azdle Tells me I'm in Houston, actually in Minneapolis.
- rhodysurf 12y agoSame I'm in Rhode Island not Irvine http://github-awards.com/users/search?login=mpiannucci http://github-awards.com/users/search?login=mpiannucci
- amadvance 12y agoSame here. I'm from Italy, but reported from Madagascar :) https://github.com/amadvance https://github.com/amadvance http://github-awards.com/users/search?login=amadvance http://github-awards.com/users/search?login=amadvance
- duckworth 12y agoWhat are you using to parse and resolve location? There doesn't seem to be a suggested format for a github profile and myself, like many other people in the US just put in a State abbreviation or City name which has DC in Van, Turkey.
- vdaubry 12y agoI'm using Google Geocoding API untill i reached the rate limit (2.5k calls / day) and Openstreetmap API for the rest
- Moter8 12y ago>The Geocoding API may only be used in conjunction with a Google map; geocoding results without displaying them on a map is prohibited. For complete details on allowed usage, consult the Maps API Terms of Service License Restrictions. https://developers.google.com/maps/documentation/geocoding/ https://developers.google.com/maps/documentation/geocoding/ I wanted to use this API for a simple app of mine too but in the end didn't because of this. Used Mapquest instead, which seems good too.
- pravj 12y agoI don't think it's updated in realtime, is it?
- pravj 12y agoOK, got it. It's missing a significant amount of data because of GitHub-Archive. https://github.com/igrigorik/githubarchive.org/issues/30 https://github.com/igrigorik/githubarchive.org/issues/30
- mholt 12y agoIt won't recognize my city from my profile even after I added it (other developers for my city show up, though). Are the results cached? Is there any way to refresh the cache?