Open KevinArora opened 7 years ago
@gittheking
https://github.com/KevinArora/react-datamaps what im trying to implement.
my current map only has continents where this has all the counties.
the youtube api is pretty legit and can take all country codes to show trending videos, so i want to take advantage of that.
a future hurdle would be how i would attach values to these things because i think the final rendered result is an svg but i dont know how to see the paths
i have the main outline of my app essentially working (gotta take whats rendered what my youtube api call returns into a list of clickable stuff NBD i think)
i found a much better map however that i am having trouble trying to use.
ive spent the better half of today trying so between trying to migrate files from one dummy repo to another or trying to refactor code i have hit zero success.
im also only tagging you bobby because it seems like i'd have to really go out on a limb to explain what im doing to the other guys.
you should take a look at what i have though vs what im trying to implement.