alice_weather v0.1.0 Alice.Handlers.Weather

Lets users get weather information for a given location

Link to this section Summary

Functions

All of the commands handled by this module

Deletes the entries in the state for a specific key

<location> - Get weather forecast for the given location. Location can an address, a city or a zip code

Get the state from an Alice.Conn struct, namespaced to this module

Match all commands in this module

Match all routes in this module

Update the state of an Alice.Conn struct, namespaced to this module

All of the routes handled by this module

Link to this section Functions

All of the commands handled by this module

Link to this function delete_state(conn, key)

Deletes the entries in the state for a specific key.

<location> - Get weather forecast for the given location. Location can an address, a city or a zip code.

Link to this function get_forecast(arg1)
Link to this function get_state(conn, key, default \\ nil)

Get the state from an Alice.Conn struct, namespaced to this module

Link to this function match_commands(conn)

Match all commands in this module

Link to this function match_routes(conn)

Match all routes in this module

Link to this function parse_geocoder_response(arg)
Link to this function parse_response(arg1)
Link to this function put_state(conn, key, value)

Update the state of an Alice.Conn struct, namespaced to this module

Link to this function reverse_geocode(location)

All of the routes handled by this module

Link to this function summarize(arg, location, conn)
Link to this function temperature_url(arg1)