文件名称:open_weather_api:OpenWeatherMap API 的 gem 包装器
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-22 07:47:31
Ruby
打开天气地图 gem 包装器。 安装 将此行添加到应用程序的 Gemfile 中: gem 'open_weather_api' 然后执行: $ bundle 或者自己安装: $ gem install open_weather_api 用法 # get 3 hour forecast for London OpenWeatherApi.city("London").forecast # get current weather for city with id = 524901 OpenWeatherApi.city_id(524901).current # get 16 days of forecast in metric (not imperial) units OpenWeatherApi.geolocate(lat: 45.321, lng: 34201).forec
【文件预览】:
open_weather_api-master
----Rakefile(150B)
----Gemfile(104B)
----Gemfile.lock(516B)
----spec()
--------lib()
--------spec_helper.rb(228B)
--------fixtures()
----.gitignore(6B)
----open_weather_api.gemspec(995B)
----lib()
--------open_weather_api.rb(108B)
--------open_weather_api()
----README.md(2KB)
----LICENSE.txt(1KB)