https://github.com/gavinr/minor-league-baseball
Data set of minor league baseball teams
https://github.com/gavinr/minor-league-baseball
baseball data hacktoberfest maps open-data open-datasets sports
Last synced: about 1 year ago
JSON representation
Data set of minor league baseball teams
- Host: GitHub
- URL: https://github.com/gavinr/minor-league-baseball
- Owner: gavinr
- Created: 2019-08-19T04:13:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T04:13:10.000Z (over 6 years ago)
- Last Synced: 2025-04-01T17:13:02.534Z (about 1 year ago)
- Topics: baseball, data, hacktoberfest, maps, open-data, open-datasets, sports
- Language: JavaScript
- Homepage: https://www.arcgis.com/home/item.html?id=9ba5f21f49da4005a4acbecfd9589a1e
- Size: 287 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minor League Baseball
Data set of minor league baseball teams
## Map
[](https://arcgis.com/home/item.html?id=9ba5f21f49da4005a4acbecfd9589a1e)
## Source
The data was originally compiled from Wikipedia and [The Baseball Cube](http://www.thebaseballcube.com/minors/teams/) and continually improved here in GitHub.
## Contributing and Usage
Everyone is welcome to contribute or use [this data](https://github.com/gavinr/minor-league-baseball/blob/master/minor-league-baseball.csv).
## Script
A script is used to update the data CSV. It is located in the `script` folder. To run, make sure Node.js is installed, then:
```
cd script
npm install
node main.js
```
This will overwrite the `minor-league-baseball.csv` file in the top level directory.