Skip to content

Instantly share code, notes, and snippets.

@jonek
jonek / .a map for klimawatch.md
Last active February 26, 2020 00:08
A map for Klimawatch to visualize German municipalities
// This is a simple Tabris.js app. Feel free to modify as you please.
// Changes are saved immediately and will be available on your device after reload.
const {Button, TextView, ui} = require('tabris');
// Create a push button and add it to the content view
let button = new Button({
centerX: 0, centerY: 0,
text: 'Tap here'
}).appendTo(ui.contentView);