Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T04:13:10.000Z (almost 5 years ago)
- Last Synced: 2024-12-16T22:12:08.341Z (about 1 month 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: 4
- 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
[![map](https://raw.githubusercontent.com/gavinr/minor-league-baseball/master/map.png)](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.