ffnerd v0.1.0 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

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

Functions

current_date(client)

Return the associated current date.

Examples

FFNerd.Schedule.today client

current_week(client)

Return the associated current week.

Examples

FFNerd.Schedule.week client

find(id, client)

Return a single weather forecast record by team code.

Examples

FFNerd.Weather.find “SEA”, client

list(client)

Return a list of all weather forecast records.

Examples

FFNerd.Schedule.list client

new(map)

Convert raw api data to Weather struct.