#RATMAP
Ratmap is an interactive map that allows exploration of recent rat sightings in NYC! The data is accessed from NYC's DEP 311 Database, via Socrata's Open Data Platform. The database is updated daily, so you're always seeing the latest sightings.
To make this application, I used the following libraries:
app/main/main.controller.jsrequests the rat data and populates the models. It also receives events from the map directive to display rat data.app/main/main.htmldisplays the navbar and the map directive.app/components/map/map.directive.jssets up and displays the map, along with responding to user events.app/components/navbar.htmldisplays the side panel that shows event marker data (rat data!) and also allows the user to toggle the heatmap and marker layer on and off.app/index.jscontains routing.index.htmlis exactly what you would expect.
That's it! Everything is commented and (I hope) organized well.
###License Apache License Version 2.0