adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

OpenWeatherMap JSON file is broken #82

Closed mfdeux closed 5 years ago

mfdeux commented 5 years ago

The link on the homepage to http://api.openweathermap.org/data/2.5/box/city?bbox=12,32,15,37,10&cluster=yes returns a 401 response because of an invalid API key.

{
"cod": 401,
"message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."
}
adriank commented 5 years ago

Register to the service and use the provided API key. They should have free plan.