A data driven web app to analyze mass shootings in the US
- A user can see whether a map highlights the city which have had a mass shootings
- By hovering over the state, a user can see the mass shootings that have occurred in that state with the total number of victims. TODO, maybe add a description if it doesn't bloat the UI too much
Can only proceed once the tweets have been obtained
- Get the sentiment value from each tweet regarding gun control
- Place those sentiment values on two choropleths maps
- Front page has an embedded map from Esri, which displays mass shootings over the year in the US
- Tab to another page that has a choropleth maps between the divide on the country on gun control
- make it so that each map has unique data - fixed
- start working on the backend of requests, start with twitter -> hp on demand -> call func to update, basically updating the 'positive' value
-
create a reset to clear the choropleth down to 0
-
get twitter api to work
-
pip the tweets text to HP and get back the score
-
work on creating the final request, the update on the map