{"id":16603309,"url":"https://github.com/dbrgn/showtemp","last_synced_at":"2026-05-28T01:02:14.028Z","repository":{"id":24972536,"uuid":"28390794","full_name":"dbrgn/showtemp","owner":"dbrgn","description":"Short rust program to retrieve the current weather for a location in Switzerland.","archived":false,"fork":false,"pushed_at":"2014-12-23T10:03:11.000Z","size":120,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T00:41:46.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dbrgn.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}},"created_at":"2014-12-23T09:57:01.000Z","updated_at":"2018-01-10T16:37:15.000Z","dependencies_parsed_at":"2022-08-18T23:40:05.262Z","dependency_job_id":null,"html_url":"https://github.com/dbrgn/showtemp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbrgn/showtemp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshowtemp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshowtemp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshowtemp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshowtemp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/showtemp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshowtemp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33589684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-12T00:49:15.126Z","updated_at":"2026-05-28T01:02:14.013Z","avatar_url":"https://github.com/dbrgn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Showtemp\n\nShow the current temprature, sunshine and precipitation for a location in\nSwitzerland.\n\nThis is nothing fancy at all, I just wanted to learn a bit of\n[Rust](http://rustbyexample.com/).\n\n## Building\n\nYou need the current nightly version of Rust to build this. I used `0.13.0`.\n\n    $ cargo build\n    Compiling unsafe-any v0.1.1 (https://github.com/reem/rust-unsafe-any#eb3fe87b)\n    Compiling gcc v0.1.1 (https://github.com/alexcrichton/gcc-rs#d35c34c8)\n    Compiling mucell v0.1.2 (https://github.com/chris-morgan/mucell#d198c660)\n    Compiling url v0.2.4 (https://github.com/servo/rust-url#79f8034a)\n    Compiling mime v0.0.1 (https://github.com/hyperium/mime.rs#7898f1c2)\n    Compiling pkg-config v0.1.1\n    Compiling openssl-sys v0.2.3 (https://github.com/sfackler/rust-openssl#9754b8e4)\n    Compiling time v0.1.2 (https://github.com/rust-lang/time#0e923089)\n    Compiling openssl v0.2.3 (https://github.com/sfackler/rust-openssl#9754b8e4)\n    Compiling cookie v0.1.0 (https://github.com/alexcrichton/cookie-rs#272ac27b)\n    Compiling hyper v0.0.1 (https://github.com/hyperium/hyper#d19cfed4)\n    Compiling showtemp v0.0.1 (file:///home/danilo/Projects/showtemp)\n\n## Example\n\nJust start the binary with a 3 letter station as argument.\n\n    $ target/showtemp SMA\n    3.8C 10h 0mm\n\nPossible stations:\n\n    ABO (Adelboden)\n    AIG (Aigle)\n    ALT (Altdorf)\n    AND (Andeer)\n    ATT (Les Attelas)\n    BAS (Basel / Binningen)\n    BER (Bern / Zollikofen)\n    BEZ (Beznau)\n    BIE (Bière)\n    BIZ (Bischofszell)\n    BOL (Boltigen)\n    BOU (Bouveret)\n    BRZ (Brienz)\n    BUF (Buffalora)\n    BUS (Buchs / Aarau)\n    CDF (La Chaux-de-Fonds)\n    CGI (Nyon / Changins)\n    CHA (Chasseral)\n    CHD (Château-d'Oex)\n    CHU (Chur)\n    CIM (Cimetta)\n    CMA (Crap Masegn)\n    COM (Acquarossa / Comprovasco)\n    COV (Piz Corvatsch)\n    CRM (Cressier)\n    DAV (Davos)\n    DEM (Delémont)\n    DIS (Disentis / Sedrun)\n    DOL (La Dôle)\n    EBK (Ebnat-Kappel)\n    EGH (Eggishorn)\n    EGO (Egolzwil)\n    EIN (Einsiedeln)\n    ELM (Elm)\n    ENG (Engelberg)\n    EVO (Evolène / Villa)\n    FAH (Fahy)\n    FRE (Bullet / La Frétaz)\n    GEN (Monte Generoso)\n    GIH (Giswil)\n    GLA (Glarus)\n    GOE (Gösgen)\n    GOR (Gornergrat)\n    GRA (Fribourg / Posieux)\n    GRE (Grenchen)\n    GRH (Grimsel Hospiz)\n    GRO (Grono)\n    GSB (Col du Grand St-Bernard)\n    GUE (Gütsch ob Andermatt)\n    GUT (Güttingen)\n    GVE (Genève-Cointrin)\n    HAI (Salen-Reutenen)\n    HLL (Hallau)\n    HOE (Hörnli)\n    INT (Interlaken)\n    JUN (Jungfraujoch)\n    KLO (Zürich / Kloten)\n    KOP (Koppigen)\n    LAE (Lägern)\n    LAG (Langnau i.E.)\n    LEI (Leibstadt)\n    LUG (Lugano)\n    LUZ (Luzern)\n    MAG (Magadino / Cadenazzo)\n    MER (Meiringen)\n    MLS (Le Moléson)\n    MOA (Mosen)\n    MOE (Möhlin)\n    MRP (Monte Rosa-Plattje)\n    MUB (Mühleberg)\n    MVE (Montana)\n    NAP (Napf)\n    NAS (Naluns / Schlivera)\n    NEU (Neuchâtel)\n    ORO (Oron)\n    OTL (Locarno / Monti)\n    PAY (Payerne)\n    PIL (Pilatus)\n    PIO (Piotta)\n    PLF (Plaffeien)\n    PMA (Piz Martegnas)\n    PRE (St-Prex)\n    PUY (Pully)\n    QUI (Quinten)\n    RAG (Bad Ragaz)\n    REH (Zürich / Affoltern)\n    ROB (Poschiavo / Robbia)\n    ROE (Robièi)\n    RUE (Rünenberg)\n    SAE (Säntis)\n    SAM (Samedan)\n    SBE (S. Bernardino)\n    SBO (Stabio)\n    SCM (Schmerikon)\n    SCU (Scuol)\n    SHA (Schaffhausen)\n    SIO (Sion)\n    SMA (Zürich / Fluntern)\n    SMM (Sta. Maria\n    Val Müstair)\n    SPF (Schüpfheim)\n    STG (St. Gallen)\n    STK (Steckborn)\n    TAE (Aadorf / Tänikon)\n    THU (Thun)\n    TIT (Titlis)\n    ULR (Ulrichen)\n    VAB (Valbella)\n    VAD (Vaduz)\n    VIS (Visp)\n    WAE (Wädenswil)\n    WFJ (Weissfluhjoch)\n    WYN (Wynau)\n    ZER (Zermatt)\n\n## License\n\nGPLv3 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fshowtemp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Fshowtemp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fshowtemp/lists"}