I want to use the API jquery.rest on this site(for example), I execute anything on my console. here is my script
var client = new $ RESTClient ('http://api.openweathermap.org/data/2.5/weather?lat=35&lon=139');
client.show ();
nothing appears on my console
RESTClienta class you wrote or a library?