Current section

Files

Jump to
nerves_livebook priv samples networking weather.livemd
Raw

priv/samples/networking/weather.livemd

# Weather
IMPORTANT: This won't work unless your device has Internet access.
What's the weather like today?
```elixir
NervesLivebook.check_internet!()
use Toolshed
weather()
```