public
Description: Ruby API for National Oceanic and Atmospheric Association (National Weather Service) weather data
Homepage:
Clone URL: git://github.com/outoftime/noaa.git
noaa / Manifest
100644 25 lines (24 sloc) 0.505 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
lib/noaa/forecast.rb
lib/noaa/http_service.rb
lib/noaa/current_conditions.rb
lib/noaa/station_writer.rb
lib/noaa/station.rb
lib/noaa/forecast_day.rb
lib/noaa.rb
Rakefile
Manifest
data/stations.yml
bin/noaa-update-stations
CHANGELOG
test/test_station_writer.rb
test/test_forecast.rb
test/data/stations.xml
test/data/stations-abridged.xml
test/data/stations.yml
test/data/KVAY.xml
test/data/4-day.xml
test/test_helper.rb
test/test_station.rb
test/test_http_service.rb
test/test_current_conditions.rb
README