Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ daily forecasts (through NOAA::Forecast).
# for why this is a good idea
station_id = NOAA::Station.closest_to(lat, lng).id
# persist the station id wherever...
conditions = NOAA.current_conditions_for_station(station_id)
conditions = NOAA.current_conditions_at_station(station_id)

# Get four-day forecast
forecast = NOAA.forecast(4, lat, lng) # This method should not be called more than once an hour for a given lat/lng
Expand Down