Skip to content

Instantly share code, notes, and snippets.

/*
* This script shows COVID-19 numbers using sledilnik.org API.
* No guarantee on correctness and completeness of the information provided.
*/
const BASE_API_URL = "https://api.sledilnik.org/api";
// URL to open when pressing on the widget.
const WIDGET_PRESS_URL = "https://covid-19.sledilnik.org";