Skip to content

Ryshackleton/wiki-web-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki-web-scraper

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.

About

Web scraper for some specific wikipedia data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%