Sha256: 8ed1280821fcca4be8bc16997a93d1dde025a54e423c306a168367d486121fc6
Contents?: true
Size: 132 Bytes
Versions: 2
Compression:
Stored size: 132 Bytes
Contents
require 'owmo' api_key = "" OWMO::weather(api_key) do |weather| puts weather.get :box, bbox: [12, 32, 15, 37, 10].join(',') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
owmo-2.0.1 | examples/current_box.rb |
owmo-2.0.0 | examples/current_box.rb |