Current section
Files
Jump to
Current section
Files
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()
```