Challenge Overview
For this challenge, create a new backend to provide data to the http://tc-heatmap.herokuapp.com. You are not responsible for the heatmap GUI.
This new data set will combine the Looker feed ( https://topcoder.looker.com/looks/QWMnPdYcHvrRj8M6CFXQ97vG83fNC9DK.json?apply_formatting=true )
and stackoverflow API (https://api.stackexchange.com/2.2/tags?page=1&pagesize=100&order=desc&sort=popular&site=stackoverflow)
Tech Name should match on challenge_technology.name from looker or name from stackoverflow. You may need to fuzzy match.
Here is the final format:
Tech Name,"TC Community ready? (1 = VERY, 5 = Not possible)",Widely Used on TC
Tech Name -- Either challenge_technology.name from looker or name from stackoverflow
TC Community Ready -- is a number 1 through 5. You must order the stackoverflow and TC looker count from greatest to smallest count.
5 -- Looker count > 10 or the tech is in the top 20 of the stackoverflow
4 -- 0> Looker count <= 10 or the tech is between 21 and 40 of the stackoverflow
3 -- the tech is between 41 and 60 of the stackoverflow list
2 -- the tech is between 61 and 80 of the stackoverflow list
1 -- the tech is between 81 and 100 of the stackoverflow list
The final format will produce an API or csv file for the app to read with the following information. Either format is acceptable.