{"id":16333015,"url":"https://github.com/davidyslu/NBA-Boxscore","last_synced_at":"2025-10-25T23:30:41.903Z","repository":{"id":93934242,"uuid":"314171329","full_name":"davidyslu/NBA-Boxscore","owner":"davidyslu","description":"An extension of NBA boxscore on VS Code :tada:","archived":false,"fork":false,"pushed_at":"2021-03-16T02:45:07.000Z","size":955,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T16:12:14.150Z","etag":null,"topics":["nba","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=yungshenglu.nba-boxscore\u0026ssr=false#qna","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidyslu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-19T07:38:01.000Z","updated_at":"2021-03-16T08:59:57.000Z","dependencies_parsed_at":"2023-08-28T04:01:15.635Z","dependency_job_id":null,"html_url":"https://github.com/davidyslu/NBA-Boxscore","commit_stats":null,"previous_names":["davidyslu/nba-boxscore"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNBA-Boxscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNBA-Boxscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNBA-Boxscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNBA-Boxscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidyslu","download_url":"https://codeload.github.com/davidyslu/NBA-Boxscore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238223600,"owners_count":19436717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nba","typescript","vscode-extension"],"created_at":"2024-10-10T23:34:04.331Z","updated_at":"2025-10-25T23:30:36.558Z","avatar_url":"https://github.com/davidyslu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NBA-Boxscore (VSCode Extension)\n\n![](./src/img/demo-1.png)\n\nYou can download [here](https://github.com/yungshenglu/NBA-Boxscore/releases/tag/v0.0.1)! 🎉\n\nThis repository is my first practice to implement a simple NBA boxscore extension on Visual Studio Code (VSCode) using TypeScript. For now, we enable users to see the live score and further detail of daily matches.\n\n\u003e HINT: If you have any questions, please feel free to ask me.\n\n---\n## Features\n\n### Show NBA Games Today (nba-boxscore.activate)\n\n1. Open the command palette (`Ctrl+Shift+P`) and type `Show games today`.\n2. Then, you will see the score of the games in the status bar (left-bottom side).\n  ![](./src/img/demo-2.png)\n3. Click the item in the status bar and you will see the menu of all games today.\n  ![](./src/img/demo-4.png)\n4. To see the detail of the game, you can click the game in the menu.\n\n### Search History Games (nba-boxscore.searchHistory)\n\n1. Open the command palette (`Ctrl+Shift+P`) and type `Search games in the past`.\n2. Enter the date that you want to search (Format: `YYYY-MM-DD`)\n  ![](./src/img/demo-3.png)\n3. A few second later, you will see the games in the status bar (ledt-bottom side).\n4. Click the item in the status bar and you will see the menu of all games.\n  ![](./src/img/demo-4.png)\n5. To see the detail of the game, you can click the game in the menu.\n\n---\n## Requirements\n\n### Install from VSCode Marketplace\n\nSearch \"nba-boxscore\" in Marketplace and install our extensions.\n\n---\n## Building and Release\n\n1. Open the terminal and run the following command:\n  ```bash\n  $ vsce package\n  ```\n2. If succeed, you will see the result like this:\n  ```bash\n  Executing prepublish script 'yarn run vscode:prepublish'...\n  yarn run v1.22.4\n  $ yarn run compile\n  $ tsc -p ./\n  ✨  Done in 2.92s.\n  INFO  Detected presence of yarn.lock. Using 'yarn' instead of 'npm' (to override this pass '--no-yarn' on the command line).\n  This extension consists of 145 files, out of which 104 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore\n  DONE  Packaged: /Users/davidlu/Projects/nba-boxscore/nba-boxscore-0.0.1.vsix (145 files, 489.89KB)\n  ```\n\n---\n## Extension Settings\n\nThis extension contributes the following settings:\n\n* `nba-boxscore.activate`: Activate this extension\n* `nba-boxscore.showMenu`: Show all games today\n* `nba-boxscore.searchHistory`: Search the NBA games in the past\n* `nba-boxscore.exit`: Exit this extension\n\n---\n## Contributor\n\n\u003e NOTICE: You can follow the contributing process [CONTRIBUTING.md](CONTRIBUTING.md) to join me. I am very welcome for any issue!\n\n- [David Lu](https://github.com/yungshenglu)\n\n---\n## License\n\n[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2FNBA-Boxscore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidyslu%2FNBA-Boxscore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2FNBA-Boxscore/lists"}