Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llimllib/nbastats
NBA statistics viewer
https://github.com/llimllib/nbastats
Last synced: about 1 month ago
JSON representation
NBA statistics viewer
- Host: GitHub
- URL: https://github.com/llimllib/nbastats
- Owner: llimllib
- License: unlicense
- Created: 2021-01-04T14:31:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:34:43.000Z (about 2 months ago)
- Last Synced: 2024-11-30T02:50:44.266Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://llimllib.github.io/nbastats/
- Size: 44.7 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBASTATS
An NBA stats visualizer. Play with it [here](https://llimllib.github.io/nbastats/).
## Prerequisites
- python
- node
- GNU make## To build:
1. `npm install`
2. `make`## To serve development version:
Prerequisites:
1. [modd](https://github.com/cortesi/modd/) (`brew install modd` on mac with homebrew)
2. [devd](https://github.com/cortesi/devd/) (`brew install devd` on mac with homebrew)
3. Run `modd`
- this will launch a server that watches your javsacript files and rebuilds
them when they change, as well as a development server at
[http://devd.io:8000/](http://devd.io:8000/)