Sha256: 6355d7255bee6b7e857c0c0120cf7d0ca683a3a4817ede14febef5023a49cfd4
Contents?: true
Size: 309 Bytes
Versions: 5
Compression:
Stored size: 309 Bytes
Contents
# -*- coding:utf-8 -*- $:.unshift File.expand_path '../lib', File.dirname(__FILE__) require 'weather_pinpoint_jp' forecast = WeatherPinpointJp.get("東京都千代田区") puts forecast.location t = forecast.start_time forecast.weather.each {|w| puts "#{t.strftime("%Y/%m/%d %H:%M")} #{w}" t += 3600 }
Version data entries
5 entries across 5 versions & 1 rubygems