{"id":48824094,"url":"https://github.com/shift/ceefax-weather","last_synced_at":"2026-04-14T17:02:06.992Z","repository":{"id":308246243,"uuid":"1021390182","full_name":"shift/ceefax-weather","owner":"shift","description":"Inspired by https://news.ycombinator.com/item?id=44590763","archived":false,"fork":false,"pushed_at":"2026-03-14T08:25:58.000Z","size":60,"stargazers_count":4,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T18:57:23.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-17T10:21:38.000Z","updated_at":"2025-07-20T14:33:14.000Z","dependencies_parsed_at":"2025-08-24T02:52:16.968Z","dependency_job_id":"28e40f2b-0865-4179-96ce-09a705efbea0","html_url":"https://github.com/shift/ceefax-weather","commit_stats":null,"previous_names":["shift/ceefax-weather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shift/ceefax-weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift%2Fceefax-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift%2Fceefax-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift%2Fceefax-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift%2Fceefax-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shift","download_url":"https://codeload.github.com/shift/ceefax-weather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift%2Fceefax-weather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31806209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-04-14T17:02:02.004Z","updated_at":"2026-04-14T17:02:06.987Z","avatar_url":"https://github.com/shift.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CEEFAX Weather Map\n\n[![asciicast](https://asciinema.org/a/e1xnWiUdWwjNQ5UYO4s0s7cCr.svg)](https://asciinema.org/a/e1xnWiUdWwjNQ5UYO4s0s7cCr)\n\nA Rust-based console application that fetches weather data from `wttr.in` and displays it as a retro CEEFAX/TELETEXT-style weather map.\n\nFully created via promting Gemini 2.5 Pro.\n\n## Features\n\n-   **Retro CEEFAX/TELETEXT Interface**: Faithfully recreates the classic teletext aesthetic using a custom RGB color palette and layout.\n-   **Multiple Countries**: Supports weather maps for both the United Kingdom and Germany.\n-   **Live Weather Data**: Fetches real-time temperature and weather summaries from the `wttr.in` JSON API.\n-   **Loading Animation**: Displays a themed \"page searching\" animation while fetching data in the background.\n-   **Self-Contained \u0026 Reproducible**: Packaged with a Nix flake to ensure it runs reliably with all its dependencies.\n\n## Requirements\n\n-   [Nix](https://nixos.org/) (with Flakes enabled)\n\n## How to Run\n\n1.  **Clone the repository or save the project files** into a single directory:\n    -   `flake.nix`\n    -   `Cargo.toml`\n    -   `src/main.rs`\n\n2.  **Fetch Rust dependencies**: Before the first run, you need to generate the `Cargo.lock` file. Navigate to the project directory in your terminal and run:\n    ```bash\n    nix develop -c cargo fetch\n    ```\n\n3.  **Run the application**:\n    -   **For the UK map (default):**\n        ```bash\n        nix run .#\n        ```\n    -   **For the German map:**\n        ```bash\n        nix run .# -- --country germany\n        ```\n\n4.  **Exit**: Press any key or `Esc` to close the application.\n\n## Project Structure\n\n-   **`flake.nix`**: The Nix flake file that defines the development environment and packages the application. It ensures that the correct Rust toolchain and any system dependencies (like `openssl`) are available.\n-   **`Cargo.toml`**: The Rust package manager's manifest file. It lists the project's Rust dependencies (crates) like `ratatui`, `reqwest`, and `clap`.\n-   **`src/main.rs`**: The main application source code. It contains all the logic for fetching data, defining the layouts, and rendering the terminal user interface with `ratatui`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift%2Fceefax-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshift%2Fceefax-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift%2Fceefax-weather/lists"}