jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 28 forks source link

NBA LeaderBoard/30_Days_of_Python#306 #325

Closed pratikshabhujade closed 3 months ago

pratikshabhujade commented 3 months ago

Overview

This Pull Request introduces a feature that fetches and displays the NBA (National Basketball Association) leaderboard. The application retrieves live data from the NBA API and displays the current scoreboard and team statistics.

Features Added

  1. Fetching Links:

  2. Displaying Scoreboard:

    • Fetches and displays the current scoreboard, including team scores, clock, and period information.
    • Sample endpoint: /currentScoreboard
  3. Displaying Team Stats:

    • Fetches and displays team statistics, such as points per game (PPG).
    • Teams are sorted based on their ranking in PPG.
    • Sample endpoint: /leagueTeamStatsLeaders

Requirements

Notes

Testing

github-actions[bot] commented 3 months ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md]. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊