Sha256: 82812d9c2f19fc79dc516c7cc18b84efba008777da9057541ae876570d851a72
Contents?: true
Size: 384 Bytes
Versions: 6
Compression:
Stored size: 384 Bytes
Contents
require 'owmo' api_key = "" weather = OWMO::Weather.new api_key # Response in JSON format puts weather.get :current, city_name: "London,UK" puts weather.get :current, city_name: "London,UK", mode: :json # Response in XML format puts weather.get :current, city_name: "London,UK", mode: :xml # Response in HTML format puts weather.get :current, city_name: "London,UK", mode: :html
Version data entries
6 entries across 6 versions & 1 rubygems