Skip to content

badwtg1111/cnweather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnWeather

China Weather

DATA FROM: www.weather.com.cn

HOW IT WORKS

GET CITY LIST

GET: http://www.weather.com.cn/data/list3/city.xml

RETURN: All Cities

GET SUB CITY LIST

GET: http://www.weather.com.cn/data/list3/city*ID*.xml

    *ID* replace to one of the city code from 1), e.g. 01

RETURN: Sub cities

REPEAT 2) UNTIL YOU GOT XXXXXX|YYXXXXXX

GET WEATHER DATA

GET: http://m.weather.com.cn/data/XXXXXXXXX.html

    OR http://www.weather.com.cn/data/sk/XXXXXXXXX.html

    IF you want less details

RETURN: Weather information

Releases

No releases published

Packages

No packages published