3 Commits

Author SHA1 Message Date
d201e49409 Add calendar template and schedule generation for MLB schedule
- Added a calendar template using Handlebars.js to generate a schedule for the Major League Baseball (MLB) games.
- Implemented a function to fetch and parse the MLB schedule API and populate the calendar with game details.
- Enhanced the calendar layout with custom CSS to improve readability and visual appeal.
- Added support for team-specific schedule display based on the user's favorite team ID.
- Implemented a feature to mark specific games with a special annotation based on specific criteria.
- Included support for different sheet sizes (letter, A4) and customized the header and calendar layout accordingly.
- Added a header image based on the user's favorite team ID.
- Enhanced the user experience by displaying game details like opponent, time, and annotation (e.g., A or B for home and away games).
- Improved the overall layout and design to enhance the schedule readability and visual appeal.
2025-04-01 07:55:20 -05:00
c9971d5677 add paper.css 2025-04-01 07:55:05 -05:00
3fb70965de Add submodule for paper-css
- Added a submodule named 'vendor/paper-css' to the .gitmodules file.
- Set the path to 'vendor/paper-css' and the URL to 'https://github.com/cognitom/paper-css.git'.
- Updated the submodule URL to reflect the new repository location.
2025-03-29 10:44:26 -05:00