MeteoStone's Weather API

Method: meteostone.addLocation

Add location to your profile.

Arguments

apikey
Your API application key. See here for more details.

method
Should be set to "meteostone.addLocation".

login
Your login.

password
Your md5(md5(password)).

location_name
Location name.

location_lat
Latitude of new location.

location_lng
Longtitude of new location.

Example request

http://meteostone.com/service/?apikey=xxxx&method=meteostone.addLocation&login=test&password=xxxx
&location_lat=12.345&location_lng=12.345&location_name=home

Example response

<mst status="ok"/>