metaweather api code example
Example: metaweather api
Example:
url : https://www.metaweather.com/api/location/search/?query=london
[
{
"title": "London",
"location_type": "City",
"woeid": 44418,
"latt_long": "51.506321,-0.12714"
}
]
Example:
url : https://www.metaweather.com/api/location/search/?query=london
[
{
"title": "London",
"location_type": "City",
"woeid": 44418,
"latt_long": "51.506321,-0.12714"
}
]