{"id":26577888,"url":"https://github.com/nathanfredericks/menu-display","last_synced_at":"2026-05-04T19:34:33.949Z","repository":{"id":283356821,"uuid":"951499023","full_name":"nathanfredericks/menu-display","owner":"nathanfredericks","description":"Display today's menu at Wheelock Dining Hall on an e-ink display using the Raspberry Pi Pico W and Pimoroni's Inky Pack.","archived":false,"fork":false,"pushed_at":"2025-03-19T19:48:03.000Z","size":3339,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T20:34:53.634Z","etag":null,"topics":["raspberry-pi","raspberry-pi-pico"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathanfredericks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-19T19:20:17.000Z","updated_at":"2025-03-19T19:48:45.000Z","dependencies_parsed_at":"2025-03-19T20:44:54.904Z","dependency_job_id":null,"html_url":"https://github.com/nathanfredericks/menu-display","commit_stats":null,"previous_names":["nathanfredericks/menu-display"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanfredericks%2Fmenu-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanfredericks%2Fmenu-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanfredericks%2Fmenu-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanfredericks%2Fmenu-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathanfredericks","download_url":"https://codeload.github.com/nathanfredericks/menu-display/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052662,"owners_count":20553172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["raspberry-pi","raspberry-pi-pico"],"created_at":"2025-03-23T04:17:51.848Z","updated_at":"2026-05-04T19:34:28.919Z","avatar_url":"https://github.com/nathanfredericks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wheelock Dining Hall Menu Display\nDisplay today's menu at Wheelock Dining Hall on an e-ink display using the Raspberry Pi Pico W and Pimoroni's Inky Pack.\n\n## Getting Started\n1. Attach Pimoroni's Inky Pack to a Raspberry Pi Pico W\n2. Flash Pimoroni's firmware (version 1.23.0 - Bugfix 1) to the Pico.\n3. Upload the repository to the Pico.\n4. Rename `env_example.py` to `env.py` and fill in your information.\n\nThe API endpoint is an HTTP URL that accepts GET requests and returns data in the following format:\n```json\n{\n    \"date\": \"March 19, 2025\",\n    \"menu\": {\n        \"lunch\": [\n            \"Sauteed Perogy Bowl\",\n            \"Lemon Hoisin Chicken\"\n        ],\n        \"dinner\": [\n            \"Beef Vegetable Stew\",\n            \"Pasta with Chicken and Pomodoro Sauce\"\n        ]\n    }\n}\n```\n- The API Key will be passed to the `X-API-Key` header. If your endpoint does not require authorization, set the API Key to a blank string.\n\n# Demo\n![demo.png](demo.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanfredericks%2Fmenu-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanfredericks%2Fmenu-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanfredericks%2Fmenu-display/lists"}