Track and compare player stats, news, and game logs.
-
Be sure to have React Native installed, as well as Android Studio & AVD.
-
Clone the repo., install dependenices.
$ git clone https://github.com/kshvmdn/nba-player-tracker.git $ cd nba-player-tracker/NBAPlayerTracker $ yarn install
-
I strongly suggest using this with an actual device if you can, but an emulator should work just as well.
-
With a device connected (or emulator running):
$ react-native run-android
Have a request or find a bug? This project is completely open source, feel free to open an issue or submit a pull request.
The project uses a variety of tools (incl. Python 3, jq and cairosvg) to aggregate logo images and player data. This data is served from a public domain (http://nba.kshvmdn.com) and used within the application. If you're interested in local development, you generally shouldn't need to worry about this stuff though.