Skip to content

ethanaubuchon/nhl_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHL Scraper (DEPRECATED)

This is a simple Node.js script used to collect team and schedule data from nhl.com.

Usage

To use the script simple clone the repo:

git clone git@github.com:ethanaubuchon/nhl_scraper.git

Then run the following commands:

cd nhl_scraper
npm install
node scraper.js

Upon completion, your data should be available in your current directory. Teams will be in team.json and the schedule will be in games.json.

About

Used to gather data from nhl.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published