ffnerd v0.2.1 FFNerd.Weather

Provides functions to work with Fantasy Football Nerd’s Weather Forecasts resources.

More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#weather

Link to this section Summary

Functions

Return the associated current date

Return the associated current week

Return a single weather forecast record by team code

Return a list of all weather forecast records

Convert raw api data to Weather struct

Link to this section Functions

Link to this function current_date(client)

Return the associated current date.

Examples

FFNerd.Schedule.today client

Link to this function current_week(client)

Return the associated current week.

Examples

FFNerd.Schedule.week client

Link to this function find(id, client)

Return a single weather forecast record by team code.

Examples

FFNerd.Weather.find “SEA”, client

Return a list of all weather forecast records.

Examples

FFNerd.Schedule.list client

Convert raw api data to Weather struct.