(location, radius, apiKey)
| 46 | } |
| 47 | |
| 48 | const apiURL = (location, radius, apiKey) => `https://creativecommons.tankerkoenig.de/json/list.php?lat=${location.latitude.toFixed(3)}&lng=${location.longitude.toFixed(3)}&rad=${radius}&sort=dist&type=all&apikey=${apiKey}` |
| 49 | |
| 50 | let station = await loadStation() |
| 51 | let widget = await createWidget(station) |