Sha256: 30f87efb0a9240c9b32455276a7d8c5405e0010a873ab6726ab6d61d8f7e44ca

Contents?: true

Size: 150 Bytes

Versions: 3

Compression:

Stored size: 150 Bytes

Contents

#!/usr/bin/env ruby

require 'weather-report'

weather = WeatherReport::Weather.new(WeatherReport::Weather.request_cityid(ARGV[0]))
puts weather.to_h

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
weather-report-0.3.0 bin/weather-report
weather-report-0.2.1 bin/weather-report
weather-report-0.2.0 bin/weather-report