Sha256: c6792a3fbf31559a302ea9c54de3101a2c374bc0201f896875c683df75e72320
Contents?: true
Size: 162 Bytes
Versions: 6
Compression:
Stored size: 162 Bytes
Contents
# frozen_string_literal: true 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
6 entries across 6 versions & 1 rubygems