Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.23 KB

File metadata and controls

15 lines (8 loc) · 1.23 KB

This is a web scraping of AA meetings in Manhattan. I started with a series of disorganized, difficult to read websites such as this, parsed and mapped them. The final product shows meetings within in the next 24 hours: http://ec2-34-207-205-222.compute-1.amazonaws.com:3000/aa

screen shot 2017-12-09 at 6 18 57 pm

I parsed and prepared many more data than I decided to display on the map. Data such as "building" were repetitive, so I decided to remove them.

screen shot 2017-12-09 at 10 21 11 pm

Here's my app and mongo query.

Here's my parsing code

Here's my final parsing of the data to get it ready for display.