08-22-2024, 08:18 PM
(This post was last modified: 08-22-2024, 09:18 PM by TheSportsDBFan.)
My Sports Handbook:
Live Example: My Sports Handbook
Download fixed Version: Web - My Sports Handbook (g36mitchell) (TheSportsDBFan)
Download original Github: https://github.com/g36mitchell/my-sports-handbook
Developer: G Mitchell
Github Profile: https://github.com/g36mitchell
Descripton: A tool to allow you to quickly pull information about a specific NFL team including team details, events, results, highlight reels, a players' roster.
Motiviation: Conversations on Monday and Tuesday at work can be focused on the previous night's football games. With a few clicks, you can get up to date on how the game went and see the score and highlight video.
Configuration:
Change the LeagueID in: constants.js
Hint: The English Premiere League is set with the ID, but the Free API still delivers other data! (4396)
Live Example: My Sports Handbook
Download fixed Version: Web - My Sports Handbook (g36mitchell) (TheSportsDBFan)
Download original Github: https://github.com/g36mitchell/my-sports-handbook
Developer: G Mitchell
Github Profile: https://github.com/g36mitchell
Descripton: A tool to allow you to quickly pull information about a specific NFL team including team details, events, results, highlight reels, a players' roster.
Motiviation: Conversations on Monday and Tuesday at work can be focused on the previous night's football games. With a few clicks, you can get up to date on how the game went and see the score and highlight video.
Configuration:
Change the LeagueID in: constants.js
Code:
const NFL_LEAGUE_ID = 4328;
Hint: The English Premiere League is set with the ID, but the Free API still delivers other data! (4396)