bom-radar-loop
Version:
A simple angular element component to display a radar image loop based off the weather radar images in Australia from BOM.
17 lines (15 loc) • 347 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>BomRadarLoop</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div>
<bom-radar-loop station="IDR713"></bom-radar-loop>
</div>
</body>
</html>