https://github.com/danielphenricks/vandysportswebscraper
A web scraper for use in my svelte project to jsonify data.
https://github.com/danielphenricks/vandysportswebscraper
Last synced: over 1 year ago
JSON representation
A web scraper for use in my svelte project to jsonify data.
- Host: GitHub
- URL: https://github.com/danielphenricks/vandysportswebscraper
- Owner: DanielPHenricks
- Created: 2023-01-24T01:24:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T01:25:01.000Z (over 3 years ago)
- Last Synced: 2025-02-08T02:26:38.678Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Web Scraper for Vanderbilt Sports Games
This script can be used to retrieve the upcoming sports games for any Vanderbilt sport.
## How to install?
1. Clone this repo
2. npm install *(optional: install nodemon globally to update on save)*
3. npm run start
## Where does the data go?
The data goes to the file `games.json` in the local directory.
## What is the structure of the JSON?
There are 5 entries in the JSON:
1. `sport`: the sport being played
2. `date`: the date the event starts
3. `time`: the time the event starts
4. `isHomeGame`: if the game is at home
5. `opponent`: the team or event being competed against.