Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikmd23/ballpark-tracker
A simple application used for tracking which MLB and AAA stadiums a "Ballpark Chaser" has been to.
https://github.com/nikmd23/ballpark-tracker
baseball devcontainer node-js
Last synced: 2 months ago
JSON representation
A simple application used for tracking which MLB and AAA stadiums a "Ballpark Chaser" has been to.
- Host: GitHub
- URL: https://github.com/nikmd23/ballpark-tracker
- Owner: nikmd23
- Created: 2019-10-16T22:06:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:04:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T06:11:39.426Z (2 months ago)
- Topics: baseball, devcontainer, node-js
- Language: JavaScript
- Homepage: https://github.com/codespaces
- Size: 6.62 MB
- Stars: 16
- Watchers: 2
- Forks: 28
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚾ Ballpark Tracker
A simple application used for tracking which MLB and AAA stadiums a [Ballpark Chaser](https://www.ballparkchasers.com/) has been to.
![Ballpark Tracker App](screenshot.png)
## Contributing
> NOTE: This project requires [Node.js](https://nodejs.org/) and [MongoDB](https://www.mongodb.com/). Only pull requests that statisfy the [ESLint rules](https://github.com/nikmd23/ballpark-tracker/blob/master/.eslintrc.json) will be accepted.
Contributions to this repository have been made easy! Simply click the "**VS Online - Create**" button above to have a complete development environment, including all dependencies, spun up on your behalf. Learn more at [online.visualstudio.com](http://online.visualstudio.com).
Additionally, this app requires an API key for Azure Maps to be configured as an environment variable:
```
export AZURE_MAPS_KEY=
```### Links
- [Sports Venue Datasource](https://hifld-geoplatform.opendata.arcgis.com/datasets/major-sport-venues/data)
- [Sports Venue Usage Datasource](https://hifld-geoplatform.opendata.arcgis.com/datasets/major-sport-venues-usage/data)
- [Sports Logo Compilation](http://www.sportslogos.net/)
- [Base App](https://docs.microsoft.com/en-us/azure/azure-maps/tutorial-create-store-locator)