briandowns/openweathermap

missing http part in all api urls

Closed this issue · 3 comments

api urls provided by openweathermap : api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}

but in fetch request it does not work it supposed to be : http://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}

please change this in your docs

Can you be more specific where this is missing? All urls have it. https://github.com/briandowns/openweathermap/blob/master/openweathermap.go#L31-L41

This is the repo for the Go client for their api. I don't work for and am not affiliated with them. You'll need to contact Openweathermep so they can update their docs.