jdorfman / awesome-json-datasets

A curated list of awesome JSON datasets that don't require authentication.
Creative Commons Zero v1.0 Universal
3.33k stars 376 forks source link

added Rome weather example #197

Closed seralf closed 6 years ago

seralf commented 6 years ago

added Rome weather example

jdorfman commented 6 years ago

test is failing. Try updating the url to:

https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20%28select%20woeid%20from%20geo.places%281%29%20where%20text%3D%22Rome%2C%20it%22%29&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys%29

Replaced ( with %28 and ) with %29

seralf commented 6 years ago

fixed, thanks for the suggestion