Skip to content

kshvmdn/nba-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nba-player-tracker

Track and compare player stats, news, and game logs.

Get it on Google Play

Screenshots

Installation

  • 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

Usage

  • 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

Contribute

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.