Skip to content
View mstoeb2s's full-sized avatar

Block or report mstoeb2s

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Corona-stats Corona-stats Public

    JavaScript

  2. vaccination vaccination Public

    JavaScript

  3. Impfungen-Deutschland Impfungen-Deutschland Public

    JavaScript 5 5

  4. Corona Bonn.js Corona Bonn.js
    1
    // Variables used by Scriptable.
    2
    // These must be at the very top of the file. Do not edit.
    3
    // icon-color: green; icon-glyph: magic;
    4
    const apiUrl = "https://stadtplan.bonn.de/json?OD=4379"
    5
    const apiUrl2 = `https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_COVID19/FeatureServer/0/query?f=json&where=NeuerFall%20IN(1%2C%20-1)&returnGeometry=false&spatialRel=esriSpatialRelIntersects&outFields=*&outStatistics=%5B%7B%22statisticType%22%3A%22sum%22%2C%22onStatisticField%22%3A%22AnzahlFall%22%2C%22outStatisticFieldName%22%3A%22value%22%7D%5D&resultType=standard&cacheHint=true`;