Claude/update api connection 011 cupc3 q4h7 w zv zemb3 qm25#251
Open
ahump20 wants to merge 3 commits intomkreiser:mainfrom
Open
Claude/update api connection 011 cupc3 q4h7 w zv zemb3 qm25#251ahump20 wants to merge 3 commits intomkreiser:mainfrom
ahump20 wants to merge 3 commits intomkreiser:mainfrom
Conversation
[WIP] Update repository to ensure all content and data is current
This commit adds a complete web interface for the ESPN Fantasy Football API, enabling users to view fantasy football data through BlazeSportsIntel.com. New Features: - Express backend API server with REST endpoints - Modern web dashboard with dark theme - Support for public and private leagues - Real-time data fetching with 10-minute caching - Multiple views: League Info, Standings, Matchups, Free Agents, Draft Added Files: - server.js: Express server with 7 API endpoints - public/index.html: Main dashboard interface - public/styles.css: Modern dark theme styling - public/app.js: Frontend JavaScript logic - WEB_INTEGRATION.md: Complete integration documentation - .env.example: Environment configuration template Updated: - package.json: Added Express dependency and npm scripts (start, start:dev, web) API Endpoints: - GET /api/league/:leagueId/info - GET /api/league/:leagueId/teams - GET /api/league/:leagueId/boxscores - GET /api/league/:leagueId/free-agents - GET /api/league/:leagueId/draft - GET /api/nfl-games - POST /api/cache/clear Usage: npm install npm run build npm start Open http://localhost:3000 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.