Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View justus-wendroth's full-sized avatar
  • Munich, Germany

Block or report justus-wendroth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
justus-wendroth/README.md

Hi there πŸ‘‹

Pinned Loading

  1. Vaccinations Widget for Germany usin... Vaccinations Widget for Germany using Scriptable App and impfdashboard.de
    1
    const url = "https://impfdashboard.de/static/data/germany_vaccinations_timeseries_v2.tsv";
    2
    const req = new Request(url);
    3
    var res = await req.loadString();
    4
    
                  
    5
    const valueNames = ["date", "dosen_kumulativ", "personen_erst_kumulativ", "personen_voll_kumulativ", "impf_quote_erst", "impf_quote_voll"];
  2. geonames-mountain-extractor geonames-mountain-extractor Public

    Python