flightstats 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -10
- data/lib/flightstats.rb +1 -1
- data/lib/flightstats/data_feed/file.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -11,13 +11,4 @@
|
|
11
11
|
|
12
12
|
require 'flightstats'
|
13
13
|
|
14
|
-
|
15
|
-
FLIGHTSTATS_USER_ID = "12345"
|
16
|
-
FLIGHTSTATS_PASSWORD = "*****"
|
17
|
-
|
18
|
-
# Displays the flight numbers of all the arriving flights
|
19
|
-
boston = FlightStats.find_by_icao_code("KBOS")
|
20
|
-
boston.arrivals.each do |flight|
|
21
|
-
puts flight.number
|
22
|
-
end
|
23
|
-
|
14
|
+
FLIGHTSTATS_GUID = 'my_guid'
|
data/lib/flightstats.rb
CHANGED