CulturedCheese / thesis-project

4 stars 4 forks source link

create color object to map from language to color to display on map #70

Closed ClimbsRocks closed 9 years ago

ClimbsRocks commented 9 years ago

somebody already did this for us!

https://github.com/ozh/github-colors/blob/master/colors.json

I've added this in as a file for us to reference on our server. will need to build this into our front end logic.

ClimbsRocks commented 9 years ago

we need to change the format of this object. right now we do that in the client each time. we can build this logic into the server at some point to avoid the unnecessary computation.