Built a full-featured smart display app with Flask backend and responsive frontend. Features: - Real-time clock display - Weather integration (OpenWeatherMap API) for Hamilton, NZ - Google Calendar integration (placeholder, needs credentials) - Rotating background images from local directory - Dad jokes display (icanhazdadjoke API) Technical stack: - Backend: Python Flask with API endpoints - Frontend: HTML/CSS/JavaScript with auto-updating data - Caching system to avoid API rate limits - Responsive design for various screen sizes Deployment ready for Raspberry Pi with systemd service and Chromium kiosk mode setup instructions. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
Flask==3.0.0
|
|
google-auth==2.25.2
|
|
google-auth-oauthlib==1.2.0
|
|
google-auth-httplib2==0.2.0
|
|
google-api-python-client==2.110.0
|
|
requests==2.31.0
|
|
python-dotenv==1.0.0
|