You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: imi415 <imi415@imi.moe> |
8 months ago | |
---|---|---|
lib | 8 months ago | |
Gemfile | 2 years ago | |
Gemfile.lock | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
moji_weather.gemspec | 2 years ago |
README.md
Moji Weather API (for Aliyun Cloud Market)
Usage:
client = MojiWeather::Api::Client.new app_code: "YOUR_APP_CODE"
result = client.query MojiWeather::Api::ApiType::AQI, location: {lat: 39.95, lon: 116.36}
result = client.query MojiWeather::Api::ApiType::AQI, city_id: 2
ApiType
has the following possible values (more is WIP):
MojiWeather::Api::ApiType::CONDITION
: Real-time conditionMojiWeather::Api::ApiType::FORECAST_24HRS
: 24-hour forecastMojiWeather::Api::ApiType::FORECAST_15DAYS
: 15-day forecastMojiWeather::Api::ApiType::LIMIT
: Number plate limitation for vehicles in certain citiesMojiWeather::Api::ApiType::LIFE_INDEX
: Useful life tips and index score based on weather (in Chinese)MojiWeather::Api::ApiType::AQI
: Air quality index(AQI)