diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-08 14:23:41 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 8550205a77b07234c356ea9d0fa3c486fb0e042a (patch) | |
tree | 150132fc164d00266194b33ff8627174c428a9f2 /src/js/weather.js | |
parent | 168f29231cd8fa3b3c8f69f287c9523e67af0ef9 (diff) |
FUNCT Add network status integration
Diffstat (limited to 'src/js/weather.js')
-rw-r--r-- | src/js/weather.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/js/weather.js b/src/js/weather.js new file mode 100644 index 0000000..26c64b9 --- /dev/null +++ b/src/js/weather.js @@ -0,0 +1,5 @@ +import { weather } from 'agl-js-api'; + +export function init() { + console.log('TBD'); +}
\ No newline at end of file |