UNPKG

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.

15 lines 379 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>BOM Radar Loop</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <div> <bom-radar-loop station="IDR713"></bom-radar-loop> </div> <script type="text/javascript" src="bom-radar-loop.js"></script> </body> </html>