https://github.com/kevinzma/live-nba-scores
https://github.com/kevinzma/live-nba-scores
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinzma/live-nba-scores
- Owner: KevinZMa
- License: mpl-2.0
- Created: 2022-11-02T23:51:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T00:32:06.000Z (over 2 years ago)
- Last Synced: 2025-02-03T09:43:53.980Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live NBA Scores
[**SwiftBar**](https://swiftbar.app) plugin displaying live NBA scores and stats from current games.
## Installation
### Clone Repository
```bash
$ git clone https://github.com/KevinZMa/live-nba-scores.git
$ cd
```### Install Dependencies
```bash
$ npm install
```### Link script to plugins folder:
```bash
$ ln -s /path/to/project/index.js /path/to/plugins/folder/live-nba-scores.1m.js
```Example:
```bash
$ ln -s ~/Workspace/live-nba-scores/index.js ~/SwiftBar/live-nba-scores.1m.js
```After refreshing (`⌘+r`), the app should show up in your menu bar.
> **Info:** Your default shell in the SwiftBar Preferences (`⌘+,`) should be set to `zsh`, or you will have to change the hashbang in [index.js](./index.js#L1) to your node executable. (e.g. `/opt/homebrew/bin/node`)