Simple web scraper to fetch various data from the web. Currently contains a few routes to scrape data from specific wikipedia pages and do some rough geocoding based on city names.
Forked from this excellent tutorial.
To run this example use the following commands:
$ npm install
$ node server.js
This starts a node server on port 3000, where you can navigate to http://localhost:3000/wikipedia-school-shootings and see what happens.